C# Class ImageMagick.DrawableScaling

Encapsulation of the DrawableScaling object.
Inheritance: IDrawableScaling
Show file Open project: dlemstra/Magick.NET

Public Methods

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

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 method

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