Method | Description | |
---|---|---|
DrawEllipse ( this g, |
||
DrawLine ( this g, |
||
DrawString ( this g, string s, System f, |
||
FillEllipse ( this g, |
public static DrawEllipse ( this g, |
||
g | this | |
p | ||
x | double | |
y | double | |
sx | double | |
sy | double | |
return | void |
public static DrawLine ( this g, |
||
g | this | |
p | ||
x | double | |
y | double | |
x2 | double | |
y2 | double | |
return | void |
public static DrawString ( this g, string s, System f, |
||
g | this | |
s | string | |
f | System | |
b | ||
x | double | |
y | double | |
return | void |
public static FillEllipse ( this g, |
||
g | this | |
b | ||
x | double | |
y | double | |
sx | double | |
sy | double | |
return | void |