C# Class ImageMagick.DrawableGravity

Encapsulation of the DrawableGravity object.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableGravity ( Gravity gravity )

Initializes a new instance of the DrawableGravity class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableGravity() public method

Initializes a new instance of the DrawableGravity class.
public DrawableGravity ( Gravity gravity )
gravity Gravity The gravity.

IDrawable() public method

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