Represents a point on the map with X (longitude) and Y (latitude) coordinates.
The following tables list the members exposed by the Point type.
Point
Overloaded. Initializes a new instance of the Point class.
X
The X coordinate of this Point.
Y
The Y coordinate of this Point.
Type
Shape.Type override.
Clone
Clones this point.
Distance
Returns the distance from this point to the specified point.
Equals
Overloaded. Determines whether this point is equal to another point.
GetBoundingBox
Shape.GetBoundingBox override.
GetCenter
Shape.GetCenter override.
GetHashCode
Object.GetHashCode override.
SaveTo
Saves the point to the specified stream.
ToString
Object.ToString override.
Draw
MapElement.Draw override.
DrawLabel
MapElement.DrawLabel override.
Highlight
MapElement.Highlight override.
HitTest
MapElement.HitTest override.
Point ClassMindFusion.Mapping Namespace