Enum EmfHatchStyle

Enum EmfHatchStyle

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

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

public enum EmfHatchStyle
    {
        HS_NULL = 0,
        HS_SOLID = 1,
        HS_FDIAGONAL_UP = 2,
        HS_FDIAGONAL_DOWN = 3,
        HS_BDIAGONAL_UP = 4,
        HS_BDIAGONAL_DOWN = 5,
        HS_HORIZONTAL = 6,
        HS_VERTICAL = 7,
        HS_FDIAGONAL = 8,
        HS_BDIAGONAL = 9,
        HS_cross = 10,
        HS_DIAGCROSS = 11,
        HS_HORIZONTAL_BDIAGONAL = 12,
        HS_VERTICAL_FDIAGONAL = 13,
        HS_FDIAGONAL_UP_DOUBLESQUARE = 14,
        HS_FDIAGONAL_DOWN_DOUBLESQUARE = 15,
        HS_BDIAGONAL_UP_DOUBLESQUARE = 16,
        HS_BDIAGONAL_DOWN_DOUBLESQUARE = 17,
        HS_HORIZONTAL_DOUBLESQUARE = 18,
        HS_VERTICAL_DOUBLESQUARE = 19,
        HS_DIAGCROSS_DOUBLESQUARE = 20,
        HS_FDIAGONAL_UP_ARROW = 21,
        HS_FDIAGONAL_DOWN_ARROW = 22,
        HS_BDIAGONAL_UP_ARROW = 23,
        HS_BDIAGONAL_DOWN_ARROW = 24,
        HS_HORIZONTAL_ARROW = 25,
        HS_VERTICAL_ARROW = 26,
        HS_DIAGCROSS_ARROW = 27
    }

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.

 English