Enum EmfHatchStyle
EmfHatchStyle enumeration
The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12).
public enum EmfHatchStyle
Values
Name | Value | Description |
---|---|---|
HS_HORIZONTAL | 0 | A horizontal hatch. |
HS_VERTICAL | 1 | A vertical hatch. |
HS_FDIAGONAL | 2 | A 45-degree downward, left-to-right hatch. |
HS_BDIAGONAL | 3 | A 45-degree upward, left-to-right hatch. |
HS_CROSS | 4 | A horizontal and vertical cross-hatch. |
HS_DIAGCROSS | 5 | A 45-degree crosshatch. |
HS_SOLIDCLR | 6 | The hatch is not a pattern, but is a solid color. |
HS_DITHEREDCLR | 7 | The hatch is not a pattern, but is a solid color. |
HS_SOLIDTEXTCLR | 8 | The hatch is not a pattern, but is a solid color, defined by the current text (foreground) color |
HS_DITHEREDTEXTCLR | 9 | The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color. |
HS_SOLIDBKCLR | 10 | The hatch is not a pattern, but is a solid color, defined by the current background color |
HS_DITHEREDBKCLR | 11 | The hatch is not a pattern, but is a dithered color, defined by the current background color. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging