C# Class Ultima.UnicodeChar

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( ) : Bitmap

Gets Bitmap of Char

GetImage ( bool fill ) : Bitmap

Gets Bitmap of Char with Background -1

SetBuffer ( Bitmap bmp ) : void

Resets Buffer with Bitmap

UnicodeChar ( ) : System

Private Methods

Méthode Description
IsPixelSet ( byte data, int width, int x, int y ) : bool

Method Details

GetImage() public méthode

Gets Bitmap of Char
public GetImage ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetImage() public méthode

Gets Bitmap of Char with Background -1
public GetImage ( bool fill ) : Bitmap
fill bool
Résultat System.Drawing.Bitmap

SetBuffer() public méthode

Resets Buffer with Bitmap
public SetBuffer ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
Résultat void

UnicodeChar() public méthode

public UnicodeChar ( ) : System
Résultat System