Share

DocumentUnitsMatrix2d.SetToRotation Method

Sets this matrix to the matrix of rotation by the specified angle, through the specified origin, around the specified axis.

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

Syntax

VB

Public Sub SetToRotation ( 
	angle As Double,
	centerPoint As DocumentUnitsPoint2d
)

C#

public void SetToRotation(
	double angle,
	DocumentUnitsPoint2d centerPoint
)

Parameters

angle
Type: System.Double
Input Double that specifies the angle of rotation in document units.
centerPoint
Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
Input Point object that specifies the origin.

See Also

Reference

Was this information helpful?