Returns a Point suitable for labeling the Polygon.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

See Also

Relate Topics:
  AddPoint Method
  AddPoints Method
  AddRing Method
  Clone Method
  Close Method
  CreateFromXmlString Method
  GetPerimeter Method
  GetPoint Method
  GetRing Method
  GetRings Method
  GetXmlSchema Method
  InsertPoint Method
  InsertPoints Method
  InsertRing Method
  PointCount Method
  PointCountAllRings Method
  RemoveAllPoints Method
  RemovePointAt Method
  RemovePointsAt Method
  RemoveRing Method
  SetPoint Method
  SetPoints Method
  SetRing Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.