Property | Type | Description | |
---|---|---|---|
GetHeight | float | ||
GetWidth | float |
Method | Description | |
---|---|---|
Add ( |
||
Add ( string text, Color color ) : void | ||
Add ( string text, Color color, |
||
Clear ( ) : void | ||
Distance ( double x, double y ) : |
||
Draw ( ) : void | ||
Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void | ||
TTextBox ( ) : System | ||
TTextBox ( int x, int y ) : System |
Method | Description | |
---|---|---|
GetHeight ( Pad pad ) : float | ||
GetWidth ( Pad pad ) : float |
public Add ( string text, Color color ) : void | ||
text | string | |
color | Color | |
return | void |
public Add ( string text, Color color, |
||
text | string | |
color | Color | |
font | ||
return | void |
public Distance ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void | ||
pad | Pad | |
minX | double | |
maxX | double | |
minY | double | |
maxY | double | |
return | void |