Method Rotate

Namespace TallComponents.PDF.Transforms
Class MatrixTransform

Rotates the transform the given amount of degrees.

The direction of the rotation depends on the coordinate system. If the origin is at the top left corner - with the y-axis going down -, the rotation will be clockwise. This is the case for interactors (and WinForms/WPF). If the origin is at the bottom left corner - with the y-axis going up -, the rotation will be counter-clockwise. This is the case for PDF shapes.

Syntax

public  MatrixTransform  Rotate( Double  degrees )

Returns

MatrixTransform

Parameters


Double degrees
The degrees.