Share

Matrix.TransformBy Method

Parent Object: Matrix

Description

Method that sets this matrix to the result of this transformation followed by the specified transformation (a pre-multiplication of this matrix by the specified matrix).

Syntax

Matrix.TransformBy( Matrix As Matrix )

Parameters

Name Type Description
Matrix Matrix Input Matrix object that specifies the matrix to transform by.

Samples

Name Description
UCS by transformation matrix This sample demonstrates the creation of a user coordinate system (UCS) by specifying a transformation matrix.

Version

Introduced in version 6

Was this information helpful?