Méthode | Description | |
---|---|---|
DrawableTextUnderColor ( |
Initializes a new instance of the DrawableTextUnderColor class.
|
|
DrawableTextUnderColor ( Color color ) : System.Drawing |
Initializes a new instance of the DrawableTextUnderColor class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableTextUnderColor ( |
||
color | The color to use. |
public DrawableTextUnderColor ( Color color ) : System.Drawing | ||
color | Color | The color to use. |
Résultat | System.Drawing |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
Résultat | void |