Rotate the object about its center (in the coordinate space of the root object of the display).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void RotateByRootSpace(
	double angle
)
Visual Basic
Public Sub RotateByRootSpace ( _
	angle As Double _
)
JScript
public function RotateByRootSpace(
	angle : double
)

Parameters

angle
Type: System..::..Double
Angle to rotate by (in degrees).

See Also