Rotates the object.

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

Syntax

C#
public void RotateBy(
	double angle,
	Point pivot,
	Transform parentTransform
)
Visual Basic
Public Sub RotateBy ( _
	angle As Double, _
	pivot As Point, _
	parentTransform As Transform _
)
JScript
public function RotateBy(
	angle : double, 
	pivot : Point, 
	parentTransform : Transform
)

Parameters

angle
Type: System..::..Double
Angle to rotate by (in degrees).
pivot
Type: System.Windows..::..Point
Pivot point for the rotation.
parentTransform
Type: System.Windows.Media..::..Transform
Transform (usually from this object's parent object to the root coordinate space).

See Also