![]() | Point Methods |
The Point type exposes the following members.
Name | Description | |
---|---|---|
![]() | Copy | Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object. |
![]() | DistanceTo | Determines the distance between this point and the specified point. |
![]() | IsEqualTo | Compares this point for equality with the specified point. |
![]() | ToReferenceCoordinateSystem | Transforms this point to the reference coordinate system. |
![]() | TransformBy | Transform this point by the specified matrix. |
![]() | TranslateBy | Translates this point by the specified vector. |