C# Class ImageMagick.DrawableRotation

Encapsulation of the DrawableRotation object.
Inheritance: IDrawableRotation
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode 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 méthode

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

IDrawable() public méthode

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