Property | Type | Description | |
---|---|---|---|
mGraphics | |||
mHeight | int | ||
mWidth | int |
Method | Description | |
---|---|---|
DrawInfo ( int w, int h, |
||
drawEllipse ( |
||
drawLine ( |
||
drawText ( String text, |
public DrawInfo ( int w, int h, |
||
w | int | |
h | int | |
g | ||
return | System |
public drawEllipse ( |
||
pen | ||
pos | ||
width | double | |
height | double | |
return | void |
public drawLine ( |
||
pen | ||
pos0 | ||
pos1 | ||
return | void |
public drawText ( String text, |
||
text | String | |
pos | ||
return | void |
public Graphics,System.Drawing mGraphics | ||
return |