HatchStylefunction
Specifies the hatch pattern used by a brush of type **HatchBrush**. The hatch pattern consists of a solid background color and lines drawn over the background.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
HatchStyleHorizontal | 0 | |
HatchStyleVertical | 1 | |
HatchStyleForwardDiagonal | 2 | |
HatchStyleBackwardDiagonal | 3 | |
HatchStyleCross | 4 | |
HatchStyleLargeGrid | 4 | |
HatchStyleDiagonalCross | 5 | |
HatchStyle05Percent | 6 | |
HatchStyle10Percent | 7 | |
HatchStyle20Percent | 8 | |
HatchStyle25Percent | 9 | |
HatchStyle30Percent | 10 | |
HatchStyle40Percent | 11 | |
HatchStyle50Percent | 12 | |
HatchStyle60Percent | 13 | |
HatchStyle70Percent | 14 | |
HatchStyle75Percent | 15 | |
HatchStyle80Percent | 16 | |
HatchStyle90Percent | 17 | |
HatchStyleLightDownwardDiagonal | 18 | |
HatchStyleLightUpwardDiagonal | 19 | |
HatchStyleDarkDownwardDiagonal | 20 | |
HatchStyleDarkUpwardDiagonal | 21 | |
HatchStyleWideDownwardDiagonal | 22 | |
HatchStyleWideUpwardDiagonal | 23 | |
HatchStyleLightVertical | 24 | |
HatchStyleLightHorizontal | 25 | |
HatchStyleNarrowVertical | 26 | |
HatchStyleNarrowHorizontal | 27 | |
HatchStyleDarkVertical | 28 | |
HatchStyleDarkHorizontal | 29 | |
HatchStyleDashedDownwardDiagonal | 30 | |
HatchStyleDashedUpwardDiagonal | 31 | |
HatchStyleDashedHorizontal | 32 | |
HatchStyleDashedVertical | 33 | |
HatchStyleSmallConfetti | 34 | |
HatchStyleLargeConfetti | 35 | |
HatchStyleZigZag | 36 | |
HatchStyleWave | 37 | |
HatchStyleDiagonalBrick | 38 | |
HatchStyleHorizontalBrick | 39 | |
HatchStyleWeave | 40 | |
HatchStylePlaid | 41 | |
HatchStyleDivot | 42 | |
HatchStyleDottedGrid | 43 | |
HatchStyleDottedDiamond | 44 | |
HatchStyleShingle | 45 | |
HatchStyleTrellis | 46 | |
HatchStyleSphere | 47 | |
HatchStyleSmallGrid | 48 | |
HatchStyleSmallCheckerBoard | 49 | |
HatchStyleLargeCheckerBoard | 50 | |
HatchStyleOutlinedDiamond | 51 | |
HatchStyleSolidDiamond | 52 | |
HatchStyleTotal | 53 | |
HatchStyleMin | HatchStyleHorizontal | |
HatchStyleMax | HatchStyleTotal - 1 |
Description
The HatchStyle enumeration specifies the hatch pattern used by a brush of type HatchBrush. The hatch pattern consists of a solid background color and lines drawn over the background.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations