C# Class cleanCore.D3D.Font

Inheritance: IResource
Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Font() public méthode

public Font ( string font, int size ) : System.Diagnostics
font string
size int
Résultat System.Diagnostics

OnLostDevice() public méthode

public OnLostDevice ( ) : void
Résultat void

OnResetDevice() public méthode

public OnResetDevice ( ) : void
Résultat void

Print() public méthode

public Print ( int x, int y, string text, Color color ) : void
x int
y int
text string
color Color
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void