Rotates the transform the given amount of degrees.
Namespace: TallComponents.PDF.TransformsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public MatrixTransform Rotate( double degrees ) |
| Visual Basic |
|---|
Public Function Rotate ( _ degrees As Double _ ) As MatrixTransform |
Parameters
- degrees
- Type: System..::..Double
The degrees.
Remarks
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.