Click or drag to resize

Point Methods

The Point type exposes the following members.

Methods
 NameDescription
Public methodCopy Creates an independent copy of this point. The returned point is entirely independent and can be edited without affecting this instance.
Public methodDistanceTo Calculates the distance between this point and the specified point.
Public methodIsEqualTo Compares this point for equality with the specified point and tolerance.
Public methodToReferenceCoordinateSystem Transforms this point to the reference coordinate system.
Public methodTransformBy Transforms this point by the specified transformation matrix.
Public methodTranslateBy Translates this point by the specified vector.
Top
See Also