ArcGIS Explorer Component Help |
Polygon..::.GetLabelPoint Method |
Polygon Class See Also |
Returns a Point suitable for labeling the Polygon.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public override Point GetLabelPoint() |
Visual Basic (Declaration) |
---|
Public Overrides Function GetLabelPoint As Point |
Return Value
A new Point.Remarks
The label point of a Polygon is located inside the boundary of the Polygon, near the center of gravity of the shape. If the Polygon holes, islands or other multiple parts, then the label point (unlike the Center) will always be inside the Polygon.
A new Point is returned from each GetLabelPoint call.