CODSymbolComponent::CalcLabelPosition

CPoint CODSymbolComponent::CalcLabelPosition(CODLabelComponent* pLabel)

Calculates a label's position within the component.

Defined in: OdSymbolComp.cpp

Return Value

The calculated label position.

Parameters

pLabel

A pointer to the label object.

Comments

This function checks the label orientation property and determines the world point at which the origin of the label should be placed. This function only calculates the position; it does not position the label.