Method that post-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: 30.0
Syntax
VB
Public Sub PostMultiplyBy ( matrix As DocumentUnitsMatrix2d )
C#
public void PostMultiplyBy( DocumentUnitsMatrix2d matrix )
Parameters
- matrix
- Type: Autodesk.iLogic.Types.DocumentUnitsMatrix2d
Input Matrix object that specifies the matrix to post-multiply by.