C# Class QuickFont.TexturePage

Inheritance: IDisposable
ファイルを表示 Open project: swax/QuickFont Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TexturePage ( BitmapData dataSource ) : System
TexturePage ( string filePath ) : System

Private Methods

Method Description
CreateTexture ( BitmapData dataSource ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TexturePage() public method

public TexturePage ( BitmapData dataSource ) : System
dataSource System.Drawing.Imaging.BitmapData
return System

TexturePage() public method

public TexturePage ( string filePath ) : System
filePath string
return System