Click or drag to resize

Point2D Methods

The Point2D type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Specifies whether this point contains the same coordinates as the specified object.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Point2D) Specifies whether this point contains the same coordinates as the specified point.
Public methodStatic memberFromString Converts this point from a culture-invariant human-readable string, to the equivalent binary representation.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberToAxisString Returns a label of the specified axis.
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Public methodToString(Int32) Converts this point in a human-readable format showing its coordinates with the specified number of decimal digits, using a culture invariant representation.
Top
See Also