Method | Description | |
---|---|---|
DrawableStrokeAntialias ( bool isEnabled ) |
Initializes a new instance of the DrawableStrokeAntialias class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableStrokeAntialias ( bool isEnabled ) | ||
isEnabled | bool | True if stroke antialiasing is enabled otherwise false. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |