Constructor RotateTransform

Namespace TallComponents.PDF.Transforms
Class RotateTransform

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

Syntax

public  RotateTransform( Double  angle Double  rotationOffsetX Double  rotationOffsetY )

Parameters


Double angle
Clockwise angle in degrees.

Double rotationOffsetX
X-coordinate of the rotation center, relative to the origin of the shape.

Double rotationOffsetY
Y-coordinate of the rotation center, relative to the origin of the shape.