MindFusion.Mapping Programmer's Guide

Point Members

Constructors Fields Properties Methods
 


Represents a point on the map with X (longitude) and Y (latitude) coordinates.

The following tables list the members exposed by the Point type.

 Public Constructors

  Name Description

Point

Overloaded. Initializes a new instance of the Point class.

 Public Fields

  Name Description

X

The X coordinate of this Point.

Y

The Y coordinate of this Point.

 Public Properties

  Name Description

Type

Shape.Type override.

 Public Methods

  Name Description

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.

 Protected Methods

  Name Description

Draw

MapElement.Draw override.

DrawLabel

MapElement.DrawLabel override.

Highlight

MapElement.Highlight override.

HitTest

MapElement.HitTest override.

 See Also