зеркало из https://github.com/SixLabors/docs.git
Update to latest builds
This commit is contained in:
Родитель
eea98cd0d1
Коммит
81ad00f2b7
|
@ -87,15 +87,30 @@
|
|||
# Set explicit file behavior to:
|
||||
# treat as binary
|
||||
###############################################################################
|
||||
*.basis binary
|
||||
*.bmp binary
|
||||
*.dds binary
|
||||
*.dll binary
|
||||
*.eot binary
|
||||
*.exe binary
|
||||
*.gif binary
|
||||
*.jpg binary
|
||||
*.ktx binary
|
||||
*.pbm binary
|
||||
*.pdf binary
|
||||
*.png binary
|
||||
*.tga binary
|
||||
*.ppt binary
|
||||
*.pptx binary
|
||||
*.pvr binary
|
||||
*.ttf binary
|
||||
*.snk binary
|
||||
*.tga binary
|
||||
*.ttf binary
|
||||
*.woff binary
|
||||
*.woff2 binary
|
||||
*.xls binary
|
||||
*.xlsx binary
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Set explicit file behavior to:
|
||||
|
@ -107,3 +122,4 @@
|
|||
*.pdf diff=astextplain
|
||||
*.pptx diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.svg diff=astextplain
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
[submodule "ext/ImageSharp.Web"]
|
||||
path = ext/ImageSharp.Web
|
||||
url = https://github.com/SixLabors/ImageSharp.Web.git
|
||||
ignore = dirty
|
||||
[submodule "ext/Fonts"]
|
||||
path = ext/Fonts
|
||||
url = https://github.com/SixLabors/Fonts.git
|
||||
ignore = dirty
|
||||
[submodule "ext/ImageSharp"]
|
||||
path = ext/ImageSharp
|
||||
url = https://github.com/SixLabors/ImageSharp
|
||||
ignore = dirty
|
||||
[submodule "ext/ImageSharp.Drawing"]
|
||||
path = ext/ImageSharp.Drawing
|
||||
url = https://github.com/SixLabors/ImageSharp.Drawing
|
||||
ignore = dirty
|
||||
[submodule "ext/ImageSharp.Web"]
|
||||
path = ext/ImageSharp.Web
|
||||
url = https://github.com/SixLabors/ImageSharp.Web
|
||||
ignore = dirty
|
||||
[submodule "ext/Fonts"]
|
||||
path = ext/Fonts
|
||||
url = https://github.com/SixLabors/Fonts
|
||||
ignore = dirty
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# @SixLabors.ImageSharp
|
||||
# @SixLabors.ImageSharp.Drawing
|
||||
# @SixLabors.ImageSharp.Web
|
||||
# @SixLabors.Fonts
|
55
docfx.json
55
docfx.json
|
@ -5,16 +5,12 @@
|
|||
{
|
||||
"files": [
|
||||
"ext/ImageSharp/src/**.csproj"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"**/bin/**",
|
||||
"docs/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/ImageSharp",
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false,
|
||||
"properties": {
|
||||
"TargetFramework": "netcoreapp3.1"
|
||||
}
|
||||
|
@ -24,35 +20,12 @@
|
|||
{
|
||||
"files": [
|
||||
"ext/ImageSharp.Drawing/src/**.csproj"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"**/bin/**",
|
||||
"docs/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/ImageSharp.Drawing",
|
||||
"disableGitFeatures": false,
|
||||
"properties": {
|
||||
"TargetFramework": "netcoreapp3.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"files": [
|
||||
"ext/ImageSharp.Web/src/**.csproj"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"**/bin/**",
|
||||
"docs/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/ImageSharp.Web",
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false,
|
||||
"properties": {
|
||||
"TargetFramework": "netcoreapp3.1"
|
||||
}
|
||||
|
@ -62,16 +35,27 @@
|
|||
{
|
||||
"files": [
|
||||
"ext/Fonts/src/**.csproj"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"**/bin/**",
|
||||
"docs/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/Fonts",
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false,
|
||||
"properties": {
|
||||
"TargetFramework": "netcoreapp3.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"files": [
|
||||
"ext/ImageSharp.Web/src/ImageSharp.Web/**.csproj"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/ImageSharp.Web",
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false,
|
||||
"properties": {
|
||||
"TargetFramework": "netcoreapp3.1"
|
||||
}
|
||||
|
@ -105,7 +89,8 @@
|
|||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"images/**"
|
||||
"images/**",
|
||||
"favicon.ico"
|
||||
],
|
||||
"exclude": [
|
||||
"obj/**",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontException
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontFamilyNotFoundException
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class InvalidFontFileException
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class InvalidFontTableException
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class MissingFontTableException
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace SixLabors.Fonts.Exceptions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Font
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontCollection
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontDescription
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontFamily
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontFamilyCollectionExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FontInstance
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct FontRectangle
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum FontStyle
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct Glyph
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class GlyphInstance
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct GlyphMetric
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct GlyphRendererParameters
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum HorizontalAlignment
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IFontCollection
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IFontInstance
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IGlyphRenderer
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class IGlyphRendererExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IReadOnlyFontCollection
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class IReadonlyFontCollectionExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RendererOptions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SystemFonts
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class TextMeasurer
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class TextRenderer
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum VerticalAlignment
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace SixLabors.Fonts
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ClipperExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ComplexPolygon
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class CubicBezierLineSegment
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class EllipsePolygon
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum EndCapStyle
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface ILineSegment
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IPath
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IPathCollection
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface ISimplePath
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum IntersectionRule
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum JointStyle
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class LinearLineSegment
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Outliner
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Path
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PathBuilder
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PathCollection
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PathExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum PathTypes
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct PointInfo
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Polygon
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct ClippablePath
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Clipper
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum ClippingType
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace SixLabors.ImageSharp.PolygonClipper
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BrushApplicator<TPixel>
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Brushes
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct ColorStop
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawBezierExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawLineExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawPathCollectionExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawPathExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawPolygonExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawRectangleExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawTextExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class EllipticGradientBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillPathBuilderExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillPathCollectionExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillPathExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillPolygonExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillRectangleExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillRegionExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class GradientBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum GradientRepetitionMode
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IPen
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ImageBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class LinearGradientBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PathGradientBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PatternBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Pen
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Pens
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillProcessor
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FillRegionProcessor
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace SixLabors.ImageSharp.Processing.Processors.Drawing
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DrawTextProcessor
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace SixLabors.ImageSharp.Processing.Processors.Text
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RadialGradientBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RecolorBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ShapeGraphicsOptions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SolidBrush
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class TextGraphicsOptions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace SixLabors.ImageSharp.Processing
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RectangularPolygon
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Region
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RegularPolygon
|
||||
">
|
||||
<meta name="generator" content="docfx 2.47.0.0">
|
||||
<meta name="generator" content="docfx 2.49.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.png">
|
||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче