C# Class ImageMagick.DrawableScaling

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

Méthodes publiques

Méthode Description
DrawableScaling ( double x, double y )

Initializes a new instance of the DrawableScaling class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableScaling() public méthode

Initializes a new instance of the DrawableScaling class.
public DrawableScaling ( double x, double y )
x double Horizontal scale factor.
y double Vertical scale factor.

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