Click or drag to resize

Point Methods

[This is preliminary documentation and is subject to change.]

The Point type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Checks if this instance is equal to the provided object
(Overrides ObjectEquals(Object).)
Public methodEquals(Point)
Checks if this instance is equal to the provided instance
Public methodGetHashCode
Calculates the hashcode of this instance.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a user-friendly string representation of this point in 3D space (X, Y, Z)
(Overrides ObjectToString.)
Top
See Also