MindFusion.Wpf Pack 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

Id

The record number of this shape in the ESRI map file. (Inherited from Shape.)

X

The X coordinate of this Point.

Y

The Y coordinate of this Point.

 Public Properties

  Name Description

Color

Gets or sets the index of the shape's color within the current color palette. (Inherited from Shape.)

DatabaseRow

Gets the DBF database row associated with this Shape. (Inherited from Shape.)

FontName

Gets or sets the name of the font used to render the label of this element. (Inherited from MapElement.)

FontSize

Gets or sets the size of the font used to render the label of this element. (Inherited from MapElement.)

HitTestDistance

Gets or set the current hit test threshold distance. (Inherited from Shape.)

Label

Gets or sets the label of this map element. (Inherited from MapElement.)

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

ClearCache

Clears any cached values associated with the shape for the current zoom level. (Inherited from Shape.)

Draw

MapElement.Draw override.

DrawLabel

MapElement.DrawLabel override.

Highlight

MapElement.Highlight override.

HitTest

MapElement.HitTest override.

 See Also

Point Class
MindFusion.Mapping Namespace