C# Class Ultima.UnicodeChar

ファイルを表示 Open project: polserver/poltools Class Usage Examples

Public Methods

Method 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

Method Description
IsPixelSet ( byte data, int width, int x, int y ) : bool

Method Details

GetImage() public method

Gets Bitmap of Char
public GetImage ( ) : Bitmap
return System.Drawing.Bitmap

GetImage() public method

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

SetBuffer() public method

Resets Buffer with Bitmap
public SetBuffer ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
return void

UnicodeChar() public method

public UnicodeChar ( ) : System
return System