C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / PointD Structure
Fields Properties Methods

PointD Structure Members

The following tables list the members exposed by PointD.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PointD class with the specified coordinates.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a PointD that has X and Y values set to zero.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the x-coordinate of this point.  
Public PropertyGets or sets the y-coordinate of this point.  
Top
Public Methods
 NameDescription
Public MethodSpecifies whether this PointD contains the same coordinates as the specified PointD.  
Public MethodReturns a hash code for this PointD.  
Top
Public Operators
Compares two PointD objects. The result specifies whether the values of the X and properties of the two PointD objects are equal.
Compares two PointD objects. The result specifies whether the values of the and Y properties of the two PointD objects are unequal.
Top
See Also