asposediagram.api

Class SnapExtensions

Utility class containing constants. Specifies whether a specific snap extension setting is enabled or disabled for the active window. The value can be a sum of the values.

Field Summary
const  intNONE
Snap to nothing.
const  intALIGNMENT_BOX_EXTENSION
Snap to alignment box extension.
const  intCENTER_AXES
Snap to center axis extension.
const  intCURVE_TANGENT
Snap to curve tangent extension.
const  intENDPOINT
Snap to end point extension.
const  intMIDPOINT
Snap to mid point extension.
const  intLINEAR_EXTENSION
Snap to linear extension.
const  intCURVE_EXTENSION
Snap to curve extension.
const  intENDPOINT_PERPENDICULAR
Snap to end point perpendicular extension.
const  intMIDPOINT_PERPENDICULAR
Snap to mid point perpendicular extension.
const  intENDPOINT_HORIZONTAL
Snap to end point horizontal extension.
const  intENDPOINT_VERTICAL
Snap to end point vertical extension.
const  intELLIPSE_CENTER
Snap to ellipse center extension.
const  intISOMETRIC_ANGLES
Snap to isometric angles extension.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        const int NONE
        Snap to nothing.
      • ALIGNMENT_BOX_EXTENSION

        const int ALIGNMENT_BOX_EXTENSION
        Snap to alignment box extension.
      • CENTER_AXES

        const int CENTER_AXES
        Snap to center axis extension.
      • CURVE_TANGENT

        const int CURVE_TANGENT
        Snap to curve tangent extension.
      • ENDPOINT

        const int ENDPOINT
        Snap to end point extension.
      • MIDPOINT

        const int MIDPOINT
        Snap to mid point extension.
      • LINEAR_EXTENSION

        const int LINEAR_EXTENSION
        Snap to linear extension.
      • CURVE_EXTENSION

        const int CURVE_EXTENSION
        Snap to curve extension.
      • ENDPOINT_PERPENDICULAR

        const int ENDPOINT_PERPENDICULAR
        Snap to end point perpendicular extension.
      • MIDPOINT_PERPENDICULAR

        const int MIDPOINT_PERPENDICULAR
        Snap to mid point perpendicular extension.
      • ENDPOINT_HORIZONTAL

        const int ENDPOINT_HORIZONTAL
        Snap to end point horizontal extension.
      • ENDPOINT_VERTICAL

        const int ENDPOINT_VERTICAL
        Snap to end point vertical extension.
      • ELLIPSE_CENTER

        const int ELLIPSE_CENTER
        Snap to ellipse center extension.
      • ISOMETRIC_ANGLES

        const int ISOMETRIC_ANGLES
        Snap to isometric angles extension.
      • UNDEFINED

        const int UNDEFINED
        Undefined.