CODPointComponent::MoveVertex

OD_MOVEVERTEX_RC CODPointComponent::MoveVertex(int nIndex, int nOffsetX, int nOffsetY)

Change the value of a vertex in the array.

Defined in: OdPointComp.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.