C# Class ImageMagick.DrawableSkewY

Encapsulation of the DrawableSkewY object.
Inheritance: IDrawableSkewY
Show file Open project: dlemstra/Magick.NET

Public Methods

Method 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 method

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