C# Class ImageMagick.DrawableTextUnderColor

Specifies the color of a background rectangle to place under text annotations.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
DrawableTextUnderColor ( MagickColor color )

Initializes a new instance of the DrawableTextUnderColor class.

DrawableTextUnderColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableTextUnderColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextUnderColor() public method

Initializes a new instance of the DrawableTextUnderColor class.
public DrawableTextUnderColor ( MagickColor color )
color MagickColor The color to use.

DrawableTextUnderColor() public method

Initializes a new instance of the DrawableTextUnderColor class.
public DrawableTextUnderColor ( Color color ) : System.Drawing
color Color The color to use.
return System.Drawing

IDrawable() public method

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