C# Class QuickFont.TexturePage

Inheritance: IDisposable
Afficher le fichier Open project: swax/QuickFont Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TexturePage ( BitmapData dataSource ) : System
TexturePage ( string filePath ) : System

Private Methods

Méthode Description
CreateTexture ( BitmapData dataSource ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TexturePage() public méthode

public TexturePage ( BitmapData dataSource ) : System
dataSource System.Drawing.Imaging.BitmapData
Résultat System

TexturePage() public méthode

public TexturePage ( string filePath ) : System
filePath string
Résultat System