Method that pre-multiplies this matrix by the specified matrix, setting this matrix to the result.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Sub PreMultiplyBy ( matrix As DocumentUnitsMatrix2d )
C#
public void PreMultiplyBy( DocumentUnitsMatrix2d matrix )
Parameters
- matrix
- Type: Autodesk.iLogic.Types.DocumentUnitsMatrix2d
Input Matrix object that specifies the matrix to pre-multiply by.