Enum WmfHatchStyle
WmfHatchStyle enumeration
The HatchStyle Enumeration specifies the hatch pattern.
public enum WmfHatchStyle : short
Values
| Name | Value | Description |
|---|---|---|
| Horizontal | 0 | A horizontal hatch |
| Vertical | 1 | A vertical hatch. |
| Fdiagonal | 2 | A 45-degree downward, left-to-right hatch. |
| Bdiagonal | 3 | A 45-degree upward, left-to-right hatch. |
| Cross | 4 | A horizontal and vertical cross-hatch. |
| Diagcross | 5 | The A 45-degree crosshatch. |
See Also
- namespace Aspose.Imaging.FileFormats.Wmf.Consts
- assembly Aspose.Imaging