Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfPolygonFillMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emf.consts.EmfPolygonFillMode


  • public final class EmfPolygonFillMode
    extends com.aspose.ms.System.Enum

    The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ALTERNATE
      Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
      static int WINDING
      Selects winding mode (fills any region with a nonzero winding value).
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • ALTERNATE

        public static final int ALTERNATE

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

        See Also:
        Constant Field Values
      • WINDING

        public static final int WINDING

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

        See Also:
        Constant Field Values