Method | Description | |
---|---|---|
MyDrawingCanvas ( int w, int h ) : System.Collections.Generic |
Method | Description | |
---|---|---|
OnMouseDown ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
public MyDrawingCanvas ( int w, int h ) : System.Collections.Generic | ||
w | int | |
h | int | |
return | System.Collections.Generic |
protected OnMouseDown ( |
||
e | ||
return | void |
protected OnMouseMove ( |
||
e | ||
return | void |
protected OnMouseUp ( |
||
e | ||
return | void |