Method | Description | |
---|---|---|
DrawableStrokeColor ( |
Initializes a new instance of the DrawableStrokeColor class.
|
|
DrawableStrokeColor ( Color color ) : System.Drawing |
Initializes a new instance of the DrawableStrokeColor class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableStrokeColor ( |
||
color | The color to use. |
public DrawableStrokeColor ( Color color ) : System.Drawing | ||
color | Color | The color to use. |
return | System.Drawing |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |