Share

DocumentUnitsPoint.TransformBy Method

Transform this point by the specified matrix.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0

Syntax

VB

Public Sub TransformBy ( 
	matrix As DocumentUnitsMatrix
)

C#

public void TransformBy(
	DocumentUnitsMatrix matrix
)

Parameters

matrix
Type: Autodesk.iLogic.Types.DocumentUnitsMatrix
Input Matrix object that specifies the matrix to transform by.

See Also

Reference

Was this information helpful?