Returns a Point suitable for labeling the Envelope.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  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 an Envelope is located at the center of the Envelope.

A new Point is returned from each GetLabelPoint call.

See Also