Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfPolyFillMode

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


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

    The PolyFillMode Enumeration specifies the method used for filling a polygon.

    • 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 short Alternate
      Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
      static short 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 short 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 short Winding

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

        See Also:
        Constant Field Values