The PointD type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodStatic memberAdd(PointD, SizeD)
Translates a given PointD by a specified SizeD.
Public methodStatic memberAdd(PointD, Size)
Translates a given PointD by the specified Size.
Public methodStatic memberAdd(PointD, SizeF)
Translates a given PointD by a specified SizeF.
Public methodEquals
Specifies whether this PointD contains the same coordinates as the specified Object.
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this PointD structure.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSubtract(PointD, SizeD)
Translates a PointD by the negative of a specified size.
Public methodStatic memberSubtract(PointD, Size)
Translates a PointD by the negative of a specified size.
Public methodStatic memberSubtract(PointD, SizeF)
Translates a PointD by the negative of a specified size.
Public methodToString
Converts this PointD to a human readable string.
(Overrides ValueType..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberAddition(PointD, SizeD)
Translates a PointD by a given Size.
Public operatorStatic memberAddition(PointD, Size)
Translates a PointD by a given Size.
Public operatorStatic memberAddition(PointD, SizeF)
Translates the PointD by the specified SizeF.
Public operatorStatic memberEquality
Compares two PointD structures. The result specifies whether the values of the X()()()() and Y()()()() properties of the two PointD structures are equal.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(PointF to PointD)
converts a PointF structure to a PointD structure
Public operatorStatic memberInequality
Determines whether the coordinates of the specified points are not equal.
Public operatorStatic memberSubtraction(PointD, SizeD)
Translates a PointD by the negative of a given SizeD.
Public operatorStatic memberSubtraction(PointD, Size)
Translates a PointD by the negative of a given Size.
Public operatorStatic memberSubtraction(PointD, SizeF)
Translates a PointD by the negative of a specified SizeF.

Fields

  NameDescription
Public fieldStatic memberEmpty
Represents a new instance of the PointD class with member data left uninitialized.

Properties

  NameDescription
Public propertyIsEmpty
Gets a value indicating whether this PointD is empty.
Public propertyX
Gets or sets the x-coordinate of this PointD.
Public propertyY
Gets or sets the y-coordinate of this PointD.

See Also