Click or drag to resize

Point Methods

The Point type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this Point instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Point) Determines whether the other Point is equal to this Point instance.
Public methodGetHashCode Returns a hash code for this Point instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns the value as string, in such format: X:4.4347; Y:105.343023.
(Overrides ValueTypeToString)
Top
See Also