Point2d.VectorTo Method
Parent Object: Point2dDescription
Gets the vector of translation between this point and the specified point.
Syntax
Point2d.VectorTo( Point As Point2d ) As Vector2dParameters
Name | Type | Description |
Point | Point2d | Input Point2d object that specifies the point. |