CODLinkComponent::MoveVertex
OD_MOVEVERTEX_RCCODLinkComponent::MoveVertex(intnIndex, intnOffsetX, intnOffsetY)
Change the value of a vertex in the array.
Defined in: OdLinkComp.cpp
Return Value
Return code that indicates if the move was successful.
Parameters
nIndex
The index of the vertex in the array.
nOffsetX
The horizontal offset to move the vertex.
nOffsetY
The vertical offset to move the vertex.
Comments
The link component forwards this function call onto the link shape object.See Also