Rotates the object (in the coordinate space of the root object of the display).
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void RotateByRootSpace(
double angle,
Point pivot
) |
Visual Basic |
---|
Public Sub RotateByRootSpace ( _
angle As Double, _
pivot As Point _
) |
JScript |
---|
public function RotateByRootSpace(
angle : double,
pivot : Point
) |
Parameters
- angle
- Type: System..::..Double
Angle to rotate by (in degrees).
- pivot
- Type: System.Windows..::..Point
Pivot point for the rotation.
See Also