CODController::ExecuteMoveVertexCommand

CODMoveVertexCommand* CODController::ExecuteMoveVertexCommand(CODComponent* pComp, int nVertexIndex, int nOffsetX, int nOffsetY)

Creates and executes a move vertex command.

Defined in: OdController.cpp

Return Value

void

Parameters

pComp

The component we are moving a vertex int.

nVertexIndex

The index of the vertex we are moving.

nOffsetX

Number of logical units to move along X axis.

nOffsetY

Number of logical units to move along Y axis.