asposediagram.api

Class FromPartValue

Utility class containing constants. The part of a shape from which a connection originates.

Field Summary
const  intNONE
None.
const  intLEFT_EDGE
Left edge.
const  intCENTER_EDGE
Center edge.
const  intRIGHT_EDGE
Right Edge.
const  intBOTTOM_EDGE
Bottom Edge.
const  intMIDDLE_EDGE
Middle Edge.
const  intTOP_EDGE
Top Edge.
const  intBEGIN_X_CELL
BeginX cell.
const  intBEGIN_Y_CELL
BeginY Cell.
const  intBEGIN_X_OR_BEGIN_Y_POINT
BeginX/BeginY point.
const  intEND_X_CELL
EndX cell.
const  intEND_Y_CELL
EndY cell.
const  intEND_X_OR_END_Y_POINT
EndX/EndY point.
const  intCONTROL_POINT
Control point.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        const int NONE
        None.
      • LEFT_EDGE

        const int LEFT_EDGE
        Left edge.
      • CENTER_EDGE

        const int CENTER_EDGE
        Center edge.
      • RIGHT_EDGE

        const int RIGHT_EDGE
        Right Edge.
      • BOTTOM_EDGE

        const int BOTTOM_EDGE
        Bottom Edge.
      • MIDDLE_EDGE

        const int MIDDLE_EDGE
        Middle Edge.
      • TOP_EDGE

        const int TOP_EDGE
        Top Edge.
      • BEGIN_X_CELL

        const int BEGIN_X_CELL
        BeginX cell.
      • BEGIN_Y_CELL

        const int BEGIN_Y_CELL
        BeginY Cell.
      • BEGIN_X_OR_BEGIN_Y_POINT

        const int BEGIN_X_OR_BEGIN_Y_POINT
        BeginX/BeginY point.
      • END_X_CELL

        const int END_X_CELL
        EndX cell.
      • END_Y_CELL

        const int END_Y_CELL
        EndY cell.
      • END_X_OR_END_Y_POINT

        const int END_X_OR_END_Y_POINT
        EndX/EndY point.
      • CONTROL_POINT

        const int CONTROL_POINT
        Control point.
      • UNDEFINED

        const int UNDEFINED
        Undefined.