Click or drag to resize

DocumentUnitsPointTransformBy Method

Transform this point 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
)

Parameters

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