C# Class cleanCore.D3D.Font

Inheritance: IResource
Mostra file Open project: Vipeax/cleanLayer Class Usage Examples

Public Methods

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

Method Details

Draw() public method

public Draw ( ) : void
return void

Font() public method

public Font ( string font, int size ) : System.Diagnostics
font string
size int
return System.Diagnostics

OnLostDevice() public method

public OnLostDevice ( ) : void
return void

OnResetDevice() public method

public OnResetDevice ( ) : void
return void

Print() public method

public Print ( int x, int y, string text, Color color ) : void
x int
y int
text string
color Color
return void

Release() public method

public Release ( ) : void
return void