C# Class ImageMagick.DrawableDensity

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

Méthodes publiques

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

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

DrawableDensity() public méthode

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

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