Method | Description | |
---|---|---|
DrawableText ( double x, double y, string value ) |
Initializes a new instance of the DrawableText class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableText ( double x, double y, string value ) | ||
x | double | The X coordinate. |
y | double | The Y coordinate. |
value | string | The text to draw. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |