Method | Description | |
---|---|---|
Draw ( |
draw lines recorded in the tool
|
|
OnMouseDown ( System e ) : void |
record the location point where mouse clicked
|
|
OnMouseMove ( System graphic, System e ) : void |
draw a line from end point of tool to the location where mouse moved
|
public Draw ( |
||
graphic | Graphics object, use to draw geometry | |
return | void |
public OnMouseDown ( System e ) : void | ||
e | System | mouse event args |
return | void |
public OnMouseMove ( System graphic, System e ) : void | ||
graphic | System | graphic object,used to draw geometry |
e | System | mouse event args |
return | void |