C# 클래스 Ultima.Gumps

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

공개 메소드들

메소드 설명
GetCount ( ) : int
GetGump ( int index ) : Bitmap

Returns Bitmap of index

GetGump ( int index, Hue hue, bool onlyHueGrayPixels, bool &patched ) : Bitmap

Returns Bitmap of index and applies Hue

GetGump ( int index, bool &patched ) : Bitmap

Returns Bitmap of index and if verdata patched

GetRawGump ( int index, int &width, int &height ) : byte[]
IsValidIndex ( int index ) : bool

Tests if index is definied

Reload ( ) : void

ReReads gumpart

RemoveGump ( int index ) : void

Removes Gumpindex m_Removed

ReplaceGump ( int index, Bitmap bmp ) : void

Replaces Gump m_Cache

Save ( string path ) : void

비공개 메소드들

메소드 설명
Gumps ( ) : System

메소드 상세

GetCount() 공개 정적인 메소드

public static GetCount ( ) : int
리턴 int

GetGump() 공개 정적인 메소드

Returns Bitmap of index
public static GetGump ( int index ) : Bitmap
index int
리턴 System.Drawing.Bitmap

GetGump() 공개 정적인 메소드

Returns Bitmap of index and applies Hue
public static GetGump ( int index, Hue hue, bool onlyHueGrayPixels, bool &patched ) : Bitmap
index int
hue Hue
onlyHueGrayPixels bool
patched bool
리턴 System.Drawing.Bitmap

GetGump() 공개 정적인 메소드

Returns Bitmap of index and if verdata patched
public static GetGump ( int index, bool &patched ) : Bitmap
index int
patched bool
리턴 System.Drawing.Bitmap

GetRawGump() 공개 정적인 메소드

public static GetRawGump ( int index, int &width, int &height ) : byte[]
index int
width int
height int
리턴 byte[]

IsValidIndex() 공개 정적인 메소드

Tests if index is definied
public static IsValidIndex ( int index ) : bool
index int
리턴 bool

Reload() 공개 정적인 메소드

ReReads gumpart
public static Reload ( ) : void
리턴 void

RemoveGump() 공개 정적인 메소드

Removes Gumpindex m_Removed
public static RemoveGump ( int index ) : void
index int
리턴 void

ReplaceGump() 공개 정적인 메소드

Replaces Gump m_Cache
public static ReplaceGump ( int index, Bitmap bmp ) : void
index int
bmp System.Drawing.Bitmap
리턴 void

Save() 공개 정적인 메소드

public static Save ( string path ) : void
path string
리턴 void