ArcGIS Explorer Component Help |
Point..::.GetLabelPoint Method |
Point Class See Also |
Returns a Point suitable for labeling the Point.
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 geometry will depend on the type of geometry; for a Point geometry, the LabelPoint is simply a copy of the Point itself.
A new Point is returned from each GetLabelPoint call.