C# Class ImageMagick.DrawableRotation

Encapsulation of the DrawableRotation object.
Inheritance: IDrawableRotation
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableRotation ( double angle )

Initializes a new instance of the DrawableRotation class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableRotation() public method

Initializes a new instance of the DrawableRotation class.
public DrawableRotation ( double angle )
angle double The angle.

IDrawable() public method

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
return void