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).
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Sub TransformBy ( matrix As DocumentUnitsMatrix2d )
C#
public void TransformBy( DocumentUnitsMatrix2d matrix )
Parameters
- matrix
- Type: Autodesk.iLogic.Types.DocumentUnitsMatrix2d
Input Matrix object that specifies the matrix to transform by.