CODController::OnDrawSymbol
voidCODController::OnDrawSymbol(CODComponent*pSymbolInsert)
Called when the user is ready to draw a symbol.
Defined in: OdController.cpp
Return Value
void
Parameters
pSymbolInsert
Pointer to symbol to insert onto canvas.
Comments
This function starts the process of drawing a symbol
on the canvas. It allows the user to draw a tracking rectangle
on the canvas to indicate both the position and size for the
symbol. This function is similar to
OnInsertSymbol,
however OnInsertSymbol only allows the user to drop the symbol
at a location.