The PointD type exposes the following members.

Constructors

  NameDescription
PointD
Initializes a new instance of the PointD class with the specified coordinates.

Methods

  NameDescription
AddOverloaded.
Equals
Specifies whether this PointD contains the same coordinates as the specified Object.
(Overrides ValueType..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns a hash code for this PointD structure.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SubtractOverloaded.
ToString
Converts this PointD to a human readable string.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
AdditionOverloaded.
Equality
Compares two PointD structures. The result specifies whether the values of the X()()() and Y()()() properties of the two PointD structures are equal.
Implicit
Inequality
Determines whether the coordinates of the specified points are not equal.
SubtractionOverloaded.

Fields

  NameDescription
Empty
Represents a new instance of the PointD class with member data left uninitialized.

Properties

  NameDescription
IsEmpty
Gets a value indicating whether this PointD is empty.
X
Gets or sets the x-coordinate of this PointD.
Y
Gets or sets the y-coordinate of this PointD.

See Also