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