Class DrawableRotation
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Applies the specified rotation to the current coordinate space.
public sealed class DrawableRotation : IDrawableRotation, IDrawable
- Inheritance
-
DrawableRotation
- Implements
-
IDrawableRotationIDrawable
- Inherited Members
Constructors
DrawableRotation(double)
Initializes a new instance of the DrawableRotation class.
public DrawableRotation(double angle)
Parameters
angle
doubleThe angle.
Properties
Angle
Gets or sets the angle.
public double Angle { get; set; }