Enum EmfPolygonFillMode
Enum EmfPolygonFillMode
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.7.0)
The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled.
public enum EmfPolygonFillMode
{
ALTERNATE_Gray = 0x0001,
WINDING = 0x0002,
NOT_WINDING = 0x0003,
FRONT_AND_BACK = 0x0004
}
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).