메소드 | 설명 | |
---|---|---|
DrawableColor ( double x, double y, PaintMethod paintMethod ) |
Initializes a new instance of the DrawableColor class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableColor ( double x, double y, PaintMethod paintMethod ) | ||
x | double | The X coordinate. |
y | double | The Y coordinate. |
paintMethod | PaintMethod | The paint method to use. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
리턴 | void |