Table of Contents

Class DrawableDensity

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Encapsulation of the DrawableDensity object.

public sealed class DrawableDensity : IDrawableDensity, IDrawable
Inheritance
DrawableDensity
Implements
IDrawableDensity
IDrawable
Inherited Members

Constructors

DrawableDensity(PointD)

Initializes a new instance of the DrawableDensity class.

public DrawableDensity(PointD pointDensity)

Parameters

pointDensity PointD

The vertical and horizontal resolution.

DrawableDensity(double)

Initializes a new instance of the DrawableDensity class.

public DrawableDensity(double density)

Parameters

density double

The vertical and horizontal resolution.

Properties

Density

Gets or sets the vertical and horizontal resolution.

public PointD Density { get; set; }

Property Value

PointD