Click or drag to resize

Point Methods

The Point type exposes the following members.

Methods
 NameDescription
Public methodCopy Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object.
Public methodDistanceToDetermines the distance between this point and the specified point.
Public methodIsEqualToCompares this point for equality with the specified point.
Public methodToReferenceCoordinateSystem Transforms this point to the reference coordinate system.
Public methodTransformByTransform this point by the specified matrix.
Public methodTranslateByTranslates this point by the specified vector.
Top
See Also