This document is archived and information here might be outdated. Recommended version. |
The bounds of the placed label.
[Visual Basic .NET] Public Property Bounds As IPolygon
[C#] public IPolygon Bounds {get; set;}
[C++]
HRESULT get_Bounds(
IPolygon** Bounds
);
[C++]
HRESULT put_Bounds(
IPolygon* Bounds
);
[C++] Parameters Bounds [out, retval]
Bounds is a parameter of type IPolygon** Bounds [in]
Bounds is a parameter of type IPolygon*