C# 클래스 ComparePlugin.SecondTexture

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

공개 메소드들

메소드 설명
GetIdxLength ( ) : int
GetRawTexture ( int index ) : byte[]
GetTexture ( int index ) : Bitmap
IsValidTexture ( int index ) : bool
SetFileIndex ( string idxPath, string mulPath ) : void

비공개 메소드들

메소드 설명
LoadTexture ( Stream stream, int extra, int length ) : Bitmap

메소드 상세

GetIdxLength() 공개 정적인 메소드

public static GetIdxLength ( ) : int
리턴 int

GetRawTexture() 공개 정적인 메소드

public static GetRawTexture ( int index ) : byte[]
index int
리턴 byte[]

GetTexture() 공개 정적인 메소드

public static GetTexture ( int index ) : Bitmap
index int
리턴 System.Drawing.Bitmap

IsValidTexture() 공개 정적인 메소드

public static IsValidTexture ( int index ) : bool
index int
리턴 bool

SetFileIndex() 공개 정적인 메소드

public static SetFileIndex ( string idxPath, string mulPath ) : void
idxPath string
mulPath string
리턴 void