Click or drag to resize

DocumentUnitsMatrixPreMultiplyBy Method

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: 23.0
Syntax
Public Sub PreMultiplyBy ( 
	matrix As DocumentUnitsMatrix
)

Parameters

matrix
Type: Autodesk.iLogic.TypesDocumentUnitsMatrix
Input Matrix object that specifies the matrix to pre-multiply by.
See Also