Packages

 

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

Class EmfPointEnum

  • 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.EmfPointEnum


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

    The Point enumeration is used to specify how a point is to be used in a drawing call.

    • 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 byte PT_BEZIERTO
      Specifies that this point is a control point or ending point for a Bezier curve.
      static byte PT_CLOSEFIGURE
      A PT_LINETO or PT_BEZIERTO type can be combined with this value by using the bitwise operator OR to indicate that the corresponding point is the last point in a figure and the figure is closed
      static byte PT_LINETO
      Specifies that a line is to be drawn from the current position to this point, which then becomes the new current position
      static byte PT_MOVETO
      Specifies that this point starts a disjoint figure.
      • 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

      • PT_CLOSEFIGURE

        public static final byte PT_CLOSEFIGURE

        A PT_LINETO or PT_BEZIERTO type can be combined with this value by using the bitwise operator OR to indicate that the corresponding point is the last point in a figure and the figure is closed

        See Also:
        Constant Field Values
      • PT_LINETO

        public static final byte PT_LINETO

        Specifies that a line is to be drawn from the current position to this point, which then becomes the new current position

        See Also:
        Constant Field Values
      • PT_BEZIERTO

        public static final byte PT_BEZIERTO

        Specifies that this point is a control point or ending point for a Bezier curve.

        See Also:
        Constant Field Values
      • PT_MOVETO

        public static final byte PT_MOVETO

        Specifies that this point starts a disjoint figure. This point becomes the new current position.

        See Also:
        Constant Field Values