C# Class ImageMagick.DrawableColor

Encapsulation of the DrawableColor object.
Inheritance: IDrawableColor
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableColor ( double x, double y, PaintMethod paintMethod )

Initializes a new instance of the DrawableColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableColor() public method

Initializes a new instance of the DrawableColor class.
public DrawableColor ( double x, double y, PaintMethod paintMethod )
x double The X coordinate.
y double The Y coordinate.
paintMethod PaintMethod The paint method to use.

IDrawable() public method

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