Enum EmfHatchStyle

Enum EmfHatchStyle

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12).

public enum EmfHatchStyle

Fields

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_DITHEREDBKCLR = 11

The hatch is not a pattern, but is a dithered color, defined by the current background color.

HS_DITHEREDCLR = 7

The hatch is not a pattern, but is a solid color.

HS_DITHEREDTEXTCLR = 9

The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color.

HS_FDIAGONAL = 2

A 45-degree downward, left-to-right hatch.

HS_HORIZONTAL = 0

A horizontal hatch.

HS_SOLIDBKCLR = 10

The hatch is not a pattern, but is a solid color, defined by the current background color

HS_SOLIDCLR = 6

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_VERTICAL = 1

A vertical hatch.