DocumentUnitsMatrixTransformBy Method |
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: 23.0
Syntax Public Sub TransformBy (
matrix As DocumentUnitsMatrix
)
public void TransformBy(
DocumentUnitsMatrix matrix
)
Parameters
- matrix
- Type: Autodesk.iLogic.TypesDocumentUnitsMatrix
Input Matrix object that specifies the matrix to transform by.
See Also