Point2d.TranslateBy Method
Parent Object: Point2dDescription
Translate this point by the specified vector.
Syntax
Point2d.TranslateBy( Vector As Vector2d )Parameters
Name | Type | Description |
Vector | Vector2d | Input Vector2d object that specifies the vector to translate by. |