Method | Description | |
---|---|---|
Draw ( ) : void | ||
Font ( string font, int size ) : System.Diagnostics | ||
OnLostDevice ( ) : void | ||
OnResetDevice ( ) : void | ||
Print ( int x, int y, string text, Color color ) : void | ||
Release ( ) : void |
public Font ( string font, int size ) : System.Diagnostics | ||
font | string | |
size | int | |
return | System.Diagnostics |
public Print ( int x, int y, string text, Color color ) : void | ||
x | int | |
y | int | |
text | string | |
color | Color | |
return | void |