C# Class ImageMagick.DrawableSkewY

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

Méthodes publiques

Méthode Description
DrawableSkewY ( double angle )

Initializes a new instance of the DrawableSkewY class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableSkewY() public méthode

Initializes a new instance of the DrawableSkewY class.
public DrawableSkewY ( 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