Method | Description | |
---|---|---|
AddPoint ( this poly, |
||
DrawLine ( this g, |
||
DrawOval ( this g, |
||
DrawRect ( this g, |
||
DrawRect ( this g, |
||
DrawRoundedRect ( this g, |
||
DrawRoundedRect ( this g, |
||
DrawString ( this g, string s, |
||
DrawString ( this g, string s, |
||
DrawString ( this g, string s, |
||
FillOval ( this g, |
||
FillRect ( this g, |
||
FillRect ( this g, |
||
FillRoundedRect ( this g, |
||
FillRoundedRect ( this g, |
||
GetCenter ( this r ) : |
||
GetIntersections ( this |
public static AddPoint ( this poly, |
||
poly | this | |
p | ||
return | void |
public static DrawLine ( this g, |
||
g | this | |
s | ||
e | ||
w | float | |
return | void |
public static DrawOval ( this g, |
||
g | this | |
r | ||
w | float | |
return | void |
public static DrawRect ( this g, |
||
g | this | |
r | ||
w | float | |
return | void |
public static DrawRect ( this g, |
||
g | this | |
r | ||
w | float | |
return | void |
public static DrawRoundedRect ( this g, |
||
g | this | |
r | ||
radius | float | |
w | float | |
return | void |
public static DrawRoundedRect ( this g, |
||
g | this | |
r | ||
radius | float | |
w | float | |
return | void |
public static DrawString ( this g, string s, |
||
g | this | |
s | string | |
p | ||
return | void |
public static DrawString ( this g, string s, |
||
g | this | |
s | string | |
p | ||
f | ||
return | void |
public static DrawString ( this g, string s, |
||
g | this | |
s | string | |
p | ||
f | ||
lineBreak | LineBreakMode | |
align | TextAlignment | |
return | void |
public static FillOval ( this g, |
||
g | this | |
r | ||
return | void |
public static FillRect ( this g, |
||
g | this | |
r | ||
return | void |
public static FillRect ( this g, |
||
g | this | |
r | ||
return | void |
public static FillRoundedRect ( this g, |
||
g | this | |
r | ||
radius | float | |
return | void |
public static FillRoundedRect ( this g, |
||
g | this | |
r | ||
radius | float | |
return | void |
public static GetIntersections ( this |
||
boxes | this |
|
box | ||
return | List |