Table of Contents

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
IDrawableRotation
IDrawable
Inherited Members

Constructors

DrawableRotation(double)

Initializes a new instance of the DrawableRotation class.

public DrawableRotation(double angle)

Parameters

angle double

The angle.

Properties

Angle

Gets or sets the angle.

public double Angle { get; set; }

Property Value

double