Matrix2d.PreMultiplyBy Method
Parent Object: Matrix2dDescription
Pre multiply this matrix2d by the specified matrix2d, setting this matrix2d to the result.
Syntax
Matrix2d.PreMultiplyBy( Matrix2d As Matrix2d )Parameters
Name | Type | Description |
Matrix2d | Matrix2d | Matrix2d to multiply by. |