C# Class ImageMagick.DrawableDensity

Encapsulation of the DrawableDensity object.
Inheritance: IDrawableDensity
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableDensity ( PointD pointDensity )

Initializes a new instance of the DrawableDensity class.

DrawableDensity ( double density )

Initializes a new instance of the DrawableDensity class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableDensity() public method

Initializes a new instance of the DrawableDensity class.
public DrawableDensity ( PointD pointDensity )
pointDensity PointD The vertical and horizontal resolution.

DrawableDensity() public method

Initializes a new instance of the DrawableDensity class.
public DrawableDensity ( double density )
density double The vertical and horizontal resolution.

IDrawable() public method

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