asposediagram.api

Class ToPartValue

Utility class containing constants. The part of a shape to which a connection is made.

Field Summary
const  intNONE
None.
const  intGUIDE_X
GuideX.
const  intGUIDE_Y
GuideY.
const  intWHOLE_SHAPE
Whole shape.
const  intGUIDE_INTERSECTION
Guide intersection.
const  intTO_ANGLE
To angle.
const  intCONNECTION_POINT
Connection point.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        const int NONE
        None.
      • GUIDE_X

        const int GUIDE_X
        GuideX.
      • GUIDE_Y

        const int GUIDE_Y
        GuideY.
      • WHOLE_SHAPE

        const int WHOLE_SHAPE
        Whole shape.
      • GUIDE_INTERSECTION

        const int GUIDE_INTERSECTION
        Guide intersection.
      • TO_ANGLE

        const int TO_ANGLE
        To angle.
      • CONNECTION_POINT

        const int CONNECTION_POINT
        Connection point.
      • UNDEFINED

        const int UNDEFINED
        Undefined.