C# 클래스 Ultima.UnicodeChar

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsPixelSet ( byte data, int width, int x, int y ) : bool

메소드 상세

GetImage() 공개 메소드

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

GetImage() 공개 메소드

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

SetBuffer() 공개 메소드

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

UnicodeChar() 공개 메소드

public UnicodeChar ( ) : System
리턴 System