asposediagram.api

Class SnapExtensionsValue

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 in the following table.

Field Summary
const  intSNAP_TO_NOTHING
Snap to nothing.
const  intSNAP_TO_ALIGNMENT_BOX_EXTENSION
Snap to alignment box extension.
const  intSNAP_TO_CENTER_AXIS_EXTENSION
Snap to center axis extension.
const  intSNAP_TO_CURVE_TANGENT_EXTENSION
Snap to curve tangent extension.
const  intSNAP_TO_END_POINT_EXTENSION
Snap to end point extension.
const  intSNAP_TO_MID_POINT_EXTENSION
Snap to mid point extension.
const  intSNAP_TO_LINEAR_EXTENSION
Snap to linear extension.
const  intSNAP_TO_CURVE_EXTENSION
Snap to curve extension.
const  intSNAP_TO_END_POINT_PERPENDICULAR_EXTENSION
Snap to end point perpendicular extension.
const  intSNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION
Snap to mid point perpendicular extension.
const  intSNAP_TO_END_POINT_HORIZONTAL_EXTENSION
Snap to end point horizontal extension.
const  intSNAP_TO_END_POINT_VERTICAL_EXTENSION
Snap to end point vertical extension.
const  intSNAP_TO_ELLIPSE_CENTER_EXTENSION
Snap to ellipse center extension.
const  intSNAP_TO_ISOMETRIC_ANGLES_EXTENSION
Snap to isometric angles extension.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • SNAP_TO_NOTHING

        const int SNAP_TO_NOTHING
        Snap to nothing.
      • SNAP_TO_ALIGNMENT_BOX_EXTENSION

        const int SNAP_TO_ALIGNMENT_BOX_EXTENSION
        Snap to alignment box extension.
      • SNAP_TO_CENTER_AXIS_EXTENSION

        const int SNAP_TO_CENTER_AXIS_EXTENSION
        Snap to center axis extension.
      • SNAP_TO_CURVE_TANGENT_EXTENSION

        const int SNAP_TO_CURVE_TANGENT_EXTENSION
        Snap to curve tangent extension.
      • SNAP_TO_END_POINT_EXTENSION

        const int SNAP_TO_END_POINT_EXTENSION
        Snap to end point extension.
      • SNAP_TO_MID_POINT_EXTENSION

        const int SNAP_TO_MID_POINT_EXTENSION
        Snap to mid point extension.
      • SNAP_TO_LINEAR_EXTENSION

        const int SNAP_TO_LINEAR_EXTENSION
        Snap to linear extension.
      • SNAP_TO_CURVE_EXTENSION

        const int SNAP_TO_CURVE_EXTENSION
        Snap to curve extension.
      • SNAP_TO_END_POINT_PERPENDICULAR_EXTENSION

        const int SNAP_TO_END_POINT_PERPENDICULAR_EXTENSION
        Snap to end point perpendicular extension.
      • SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION

        const int SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION
        Snap to mid point perpendicular extension.
      • SNAP_TO_END_POINT_HORIZONTAL_EXTENSION

        const int SNAP_TO_END_POINT_HORIZONTAL_EXTENSION
        Snap to end point horizontal extension.
      • SNAP_TO_END_POINT_VERTICAL_EXTENSION

        const int SNAP_TO_END_POINT_VERTICAL_EXTENSION
        Snap to end point vertical extension.
      • SNAP_TO_ELLIPSE_CENTER_EXTENSION

        const int SNAP_TO_ELLIPSE_CENTER_EXTENSION
        Snap to ellipse center extension.
      • SNAP_TO_ISOMETRIC_ANGLES_EXTENSION

        const int SNAP_TO_ISOMETRIC_ANGLES_EXTENSION
        Snap to isometric angles extension.
      • UNDEFINED

        const int UNDEFINED
        Undefined.