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