Click or drag to resize

PointD Methods

The PointD type exposes the following members.

Methods
 NameDescription
Public methodEquals Determines if the specified object is equal to the current PointD.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for the current PointD.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNegate Negates the coordinates of the point.
Public methodToString Returns a string representation of the point.
(Overrides ValueTypeToString)
Public methodToString(Int32) Returns a string representation of the point with the specified precision.
Top
See Also