Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Transforms
RotateTransformModel Class
A 2D geometric transform that applies a clockwise rotation.
csharp
public class RotateTransformModel : TallComponents.UnoPdf.Client.Models.Pdf.Transforms.TransformModel
Inheritance System.Object 🡒 TallComponents.UnoPdf.Client.Models.Pdf.Transforms.TransformModel 🡒 RotateTransformModel
Properties | |
---|---|
Angle | Clockwise angle in degrees around the origin of the shape. Default is 0. |
RotationOffsetX | Get or set the x-coordinate of the rotation center, relative to the origin of the shape. |
RotationOffsetY | Get or set the y-coordinate of the rotation center, relative to the origin of the shape. |