Matrix2d.PreMultiplyBy Method
Parent Object:
Matrix2d
Description
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.
Version
Introduced in version 11
© Copyright 2021 Autodesk, Inc.
Comment on this page.