C# Class ImageMagick.DrawableFontPointSize

Sets the font pointsize to use when annotating with text.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
DrawableFontPointSize ( double pointSize )

Initializes a new instance of the DrawableFontPointSize class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableFontPointSize() public method

Initializes a new instance of the DrawableFontPointSize class.
public DrawableFontPointSize ( double pointSize )
pointSize double The point size.

IDrawable() public method

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