C# Class ImageMagick.DrawablePushGraphicContext

Encapsulation of the DrawablePushGraphicContext object.
Inheritance: IDrawablePushGraphicContext
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawablePushGraphicContext ( )

Initializes a new instance of the DrawablePushGraphicContext class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePushGraphicContext() public method

Initializes a new instance of the DrawablePushGraphicContext class.

IDrawable() public method

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