CODLinkComponent::CalculateMovedVertices
OD_MOVEVERTEX_RCCODLinkComponent::CalculateMovedVertices(intnIndex, intnOffsetX, intnOffsetY)
Calculates the new position of a vertex given an offset.
Defined in: OdLinkComp.cpp
Return Value
Non-zero if move operation was valid.
Parameters
nIndex
Index of vertex to be moved.
nOffsetX
X-component of vertex offset.
nOffsetY
Y-component of vertex offset.
Comments
The link component forwards this function call onto the link shape object.See Also