CODController::ExecuteMoveCommand

CODMoveCommand* CODController::ExecuteMoveCommand(CODComponentSet* pCompSet, int nOffsetX, int nOffsetY)

Creates and executes a move command.

Defined in: OdController.cpp

Return Value

void

Parameters

pCompSet

The list of components to move.

nOffsetX

Horizontal distance to move.

nOffsetY

Vertical distance to move.