Method | Description | |
---|---|---|
CircleTool ( ) : System |
Default constructor
|
|
Draw ( |
Draw circles contained in the tool
|
|
OnMouseDown ( |
Mouse down event handler
|
|
OnMouseMove ( |
Mouse move event handler
|
|
OnMouseUp ( |
Mouse up event handler
|
Method | Description | |
---|---|---|
DrawCircle ( |
Draw circle with center and one point on circle
|
public Draw ( |
||
graphic | ||
return | void |
public OnMouseDown ( |
||
graphic | Graphics object, used to draw geometry | |
e | MouseEventArgs | Mouse event argument |
return | void |
public OnMouseMove ( |
||
graphic | Graphics object, used to draw geometry | |
e | MouseEventArgs | Mouse event argument |
return | void |
public OnMouseUp ( |
||
graphic | Graphics object, used to draw geometry | |
e | MouseEventArgs | Mouse event argument |
return | void |