C# Class ImageMagick.DrawableGravity

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

Méthodes publiques

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

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

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