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.
|
public DrawableDensity ( PointD pointDensity ) | ||
pointDensity | PointD | The vertical and horizontal resolution. |
public DrawableDensity ( double density ) | ||
density | double | The vertical and horizontal resolution. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |