Point2d.TransformBy Method
Parent Object: Point2dDescription
Transform this point by the specified matrix.
Syntax
Point2d.TransformBy( Matrix As Matrix2d )Parameters
Name | Type | Description |
Matrix | Matrix2d | Input Matrix2d object that specifies the matrix to transform by. |