CODModel::SetComponentWidth
voidCODModel::SetComponentWidth(CODComponentSet*pCompSet, const intnWidth, OD_CONTROL_POINTnControlPoint)
Set the width of a set of components.
Defined in: OdModel.cpp
Return Value
void
Parameters
pCompSet
Set of components to size.
nWidth
New widht for components.
nControlPoint
Control point about which to do sizing.
Comments
This function sets all of the given components to the same width.
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.