Create a new RotateTransform with given rotation and ration offset (0,0).

Namespace: TallComponents.PDF.Transforms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public RotateTransform(
	double angle,
	double rotationOffsetX,
	double rotationOffsetY
)
Visual Basic
Public Sub New ( _
	angle As Double, _
	rotationOffsetX As Double, _
	rotationOffsetY As Double _
)

Parameters

angle
Type: System..::..Double
Clockwise angle in degrees.
rotationOffsetX
Type: System..::..Double
X-coordinate of the rotation center, relative to the origin of the shape.
rotationOffsetY
Type: System..::..Double
Y-coordinate of the rotation center, relative to the origin of the shape.

See Also