asposecells.api

Class ShapePathType

Utility class containing constants. Represents path segment type.

Field Summary
const  intLINE_TO
Straight line segment
const  intCUBIC_BEZIER_CURVE_TO
Cubic Bezier curve
const  intMOVE_TO
Start a new path
const  intCLOSE
If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path.
const  intEND
The end of the current path
const  intESCAPE
Escape
const  intARC_TO
An arc
const  intUNKNOWN
Unknown
 

    • Field Detail

      • LINE_TO

        const int LINE_TO
        Straight line segment
      • CUBIC_BEZIER_CURVE_TO

        const int CUBIC_BEZIER_CURVE_TO
        Cubic Bezier curve
      • MOVE_TO

        const int MOVE_TO
        Start a new path
      • CLOSE

        const int CLOSE
        If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path.
      • END

        const int END
        The end of the current path
      • ESCAPE

        const int ESCAPE
        Escape
      • ARC_TO

        const int ARC_TO
        An arc
      • UNKNOWN

        const int UNKNOWN
        Unknown