CODModel::SetComponentSize

voidCODModel::SetComponentSize(CODComponentSet*pCompSet, const CSize&szBounds, OD_CONTROL_POINTnControlPoint)

Set the size of a set of components.

Defined in: OdModel.cpp

Return Value

void

Parameters

pCompSet

Set of components to size.

szBounds

New size for components.

nControlPoint

Control point about which to do sizing.

Comments

This function sets all of the given components to the same size.

If a symbol has a label beyond the base region of the symbol, it is possible to exclude this label from layout calculation using the function SetAlignNoLabel.