프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetHeight | float | ||
GetWidth | float |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetHeight ( Pad pad ) : float | ||
GetWidth ( Pad pad ) : float |
public Add ( string text, Color color, |
||
text | string | |
color | Color | |
font | ||
리턴 | void |
public Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void | ||
pad | Pad | |
minX | double | |
maxX | double | |
minY | double | |
maxY | double | |
리턴 | void |