C# Class ImageMagick.DrawableStrokeAntialias

Encapsulation of the DrawableStrokeAntialias object.
Inheritance: IDrawableStrokeAntialias
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableStrokeAntialias ( bool isEnabled )

Initializes a new instance of the DrawableStrokeAntialias class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeAntialias() public method

Initializes a new instance of the DrawableStrokeAntialias class.
public DrawableStrokeAntialias ( bool isEnabled )
isEnabled bool True if stroke antialiasing is enabled otherwise false.

IDrawable() public method

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