Enum WmfPolyFillMode

Enum WmfPolyFillMode

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

The PolyFillMode Enumeration specifies the method used for filling apolygon.

public enum WmfPolyFillMode
    {
        ALTERNATE_NAVIGATION = 1,
        WINDING = 2,
        NOT_WINDING = 3,
        FRONT = 4,
        BACK = 5
    }

Fields

Alternate = 1

Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).

Winding = 2

Selects winding mode (fills any region with a nonzero winding value)

 English