C# 클래스 Ultima.MultiComponentList

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty MultiComponentList

공개 메소드들

메소드 설명
ExportToTextFile ( string FileName ) : void
ExportToUOAFile ( string FileName ) : void
ExportToWscFile ( string FileName ) : void
GetImage ( ) : Bitmap

Returns Bitmap of Multi

GetImage ( int maxheight ) : Bitmap

Returns Bitmap of Multi to maxheight

MultiComponentList ( BinaryReader reader, int count ) : System
MultiComponentList ( List arr ) : System
MultiComponentList ( MTileList newtiles, int count, int width, int height ) : System
MultiComponentList ( StreamReader stream, int count ) : System
MultiComponentList ( string FileName, Multis Type ) : System

비공개 메소드들

메소드 설명
ConvertList ( ) : void
MultiComponentList ( ) : System

메소드 상세

ExportToTextFile() 공개 메소드

public ExportToTextFile ( string FileName ) : void
FileName string
리턴 void

ExportToUOAFile() 공개 메소드

public ExportToUOAFile ( string FileName ) : void
FileName string
리턴 void

ExportToWscFile() 공개 메소드

public ExportToWscFile ( string FileName ) : void
FileName string
리턴 void

GetImage() 공개 메소드

Returns Bitmap of Multi
public GetImage ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetImage() 공개 메소드

Returns Bitmap of Multi to maxheight
public GetImage ( int maxheight ) : Bitmap
maxheight int
리턴 System.Drawing.Bitmap

MultiComponentList() 공개 메소드

public MultiComponentList ( BinaryReader reader, int count ) : System
reader System.IO.BinaryReader
count int
리턴 System

MultiComponentList() 공개 메소드

public MultiComponentList ( List arr ) : System
arr List
리턴 System

MultiComponentList() 공개 메소드

public MultiComponentList ( MTileList newtiles, int count, int width, int height ) : System
newtiles MTileList
count int
width int
height int
리턴 System

MultiComponentList() 공개 메소드

public MultiComponentList ( StreamReader stream, int count ) : System
stream System.IO.StreamReader
count int
리턴 System

MultiComponentList() 공개 메소드

public MultiComponentList ( string FileName, Multis Type ) : System
FileName string
Type Multis
리턴 System

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static MultiComponentList,Ultima Empty
리턴 MultiComponentList