This document is archived and information here might be outdated. Recommended version. |
A point guaranteed to be inside this area.
[Visual Basic .NET] Public ReadOnly Property LabelPoint As IPoint
[C#] public IPoint LabelPoint {get;}
[C++]
HRESULT get_LabelPoint(
IPoint** LabelPoint
);
[C++] Parameters LabelPoint [out, retval]
LabelPoint is a parameter of type IPoint**
Returns the Label Point of the object. The Label Point is the point at which the label is located. The Label Point is always located within the Area of the object.
IArea Interface | IArea.LabelPoint Property | IArea.QueryLabelPoint Method | IArea.Centroid Property | IArea.QueryCentroid Method