'Declaration Public Enum BrushHatchStyle Inherits System.Enum
public enum BrushHatchStyle : System.Enum
__value public enum BrushHatchStyle : public System.Enum
public enum class BrushHatchStyle : public System.Enum
'Declaration Public Enum BrushHatchStyle Inherits System.Enum
public enum BrushHatchStyle : System.Enum
__value public enum BrushHatchStyle : public System.Enum
public enum class BrushHatchStyle : public System.Enum
Member | Description |
---|---|
Horizontal | A pattern of horizontal lines. |
Vertical | A pattern of vertical lines. |
ForwardDiagonal | A pattern of lines on a diagonal from upper left to lower right. |
BackwardDiagonal | A pattern of lines on a diagonal from upper right to lower left. |
Cross | Specifies horizontal and vertical lines that cross. |
DiagonalCross | A pattern of crisscross diagonal lines. |
Percent05 | Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:95. |
Percent10 | Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:90. |
Percent20 | Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:80. |
Percent25 | Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:75. |
Percent30 | Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:70. |
Percent40 | Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:60. |
Percent50 | Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:50. |
Percent60 | Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:40. |
Percent70 | Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:30. |
Percent75 | Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:25. |
Percent80 | Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100. |
Percent90 | Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:10. |
LightDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.ForwardDiagonal, but are not antialiased. |
LightUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.BackwardDiagonal, but they are not antialiased. |
DarkDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of Vintasoft.Imaging.Drawing.BrushHatchStyle.ForwardDiagonal, This hatch pattern is not antialiased. |
DarkUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.BackwardDiagonal, and are twice its width, but the lines are not antialiased. |
WideDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style Vintasoft.Imaging.Drawing.BrushHatchStyle.ForwardDiagonal, and are triple its width, but are not antialiased. |
WideUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style Vintasoft.Imaging.Drawing.BrushHatchStyle.BackwardDiagonal, and are triple its width, but are not antialiased. |
LightVertical | Specifies vertical lines that are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.Vertical, |
LightHorizontal | Specifies horizontal lines that are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.Horizontal. |
NarrowVertical | Specifies vertical lines that are spaced 75 percent closer together than hatch style Vintasoft.Imaging.Drawing.BrushHatchStyle.Vertical (or 25 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.LightVertical). |
NarrowHorizontal | Specifies horizontal lines that are spaced 75 percent closer together than hatch style Vintasoft.Imaging.Drawing.BrushHatchStyle.Horizontal (or 25 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.LightHorizontal). |
DarkVertical | Specifies vertical lines that are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.Vertical and are twice its width. |
DarkHorizontal | Specifies horizontal lines that are spaced 50 percent closer together than Vintasoft.Imaging.Drawing.BrushHatchStyle.Horizontal and are twice the width of Vintasoft.Imaging.Drawing.BrushHatchStyle.Horizontal. |
DashedDownwardDiagonal | Specifies dashed diagonal lines, that slant to the right from top points to bottom points. |
DashedUpwardDiagonal | Specifies dashed diagonal lines, that slant to the left from top points to bottom points. |
DashedHorizontal | Specifies dashed horizontal lines. |
DashedVertical | Specifies dashed vertical lines. |
SmallConfetti | Specifies a hatch that has the appearance of confetti. |
LargeConfetti | Specifies a hatch that has the appearance of confetti, and is composed of larger pieces than Vintasoft.Imaging.Drawing.BrushHatchStyle.SmallConfetti. |
ZigZag | Specifies horizontal lines that are composed of zigzags. |
Wave | Specifies horizontal lines that are composed of tildes. |
DiagonalBrick | Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points. |
HorizontalBrick | Specifies a hatch that has the appearance of horizontally layered bricks. |
Weave | Specifies a hatch that has the appearance of a woven material. |
Plaid | Specifies a hatch that has the appearance of a plaid material. |
Divot | Specifies a hatch that has the appearance of divots. |
DottedGrid | Specifies horizontal and vertical lines, each of which is composed of dots, that cross. |
DottedDiamond | Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross. |
Shingle | Specifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points. |
Trellis | Specifies a hatch that has the appearance of a trellis. |
Sphere | Specifies a hatch that has the appearance of spheres laid adjacent to one another. |
SmallGrid | Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Vintasoft.Imaging.Drawing.BrushHatchStyle.Cross. |
SmallCheckerBoard | Specifies a hatch that has the appearance of a checkerboard. |
LargeCheckerBoard | Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of Vintasoft.Imaging.Drawing.BrushHatchStyle.SmallCheckerBoard. |
OutlinedDiamond | Specifies forward diagonal and backward diagonal lines that cross but are not antialiased. |
SolidDiamond | Specifies a hatch that has the appearance of a checkerboard placed diagonally. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Drawing.BrushHatchStyle
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5