C# Class ImageMagick.DrawableFillColor

Encapsulation of the DrawableColor object.
Inheritance: IDrawableFillColor
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
DrawableFillColor ( MagickColor color )

Initializes a new instance of the DrawableFillColor class.

DrawableFillColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableFillColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableFillColor() public method

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

DrawableFillColor() public method

Initializes a new instance of the DrawableFillColor class.
public DrawableFillColor ( Color color ) : System.Drawing
color System.Drawing.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