C# 클래스 HyoutaTools.Tales.Vesperia.TOVSEAF.TOVSEAF

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools

공개 프로퍼티들

프로퍼티 타입 설명
SearchPointContents List
SearchPointDefinitions List
SearchPointItems List

공개 메소드들

메소드 설명
GenerateMap ( System background = null ) : System.Drawing.Bitmap
SetPixelArea ( System bmp, int x, int y, System color, System border ) : void
TOVSEAF ( Stream stream ) : System
TOVSEAF ( String filename ) : System

비공개 메소드들

메소드 설명
LoadFile ( Stream stream ) : bool

메소드 상세

GenerateMap() 공개 메소드

public GenerateMap ( System background = null ) : System.Drawing.Bitmap
background System
리턴 System.Drawing.Bitmap

SetPixelArea() 공개 정적인 메소드

public static SetPixelArea ( System bmp, int x, int y, System color, System border ) : void
bmp System
x int
y int
color System
border System
리턴 void

TOVSEAF() 공개 메소드

public TOVSEAF ( Stream stream ) : System
stream Stream
리턴 System

TOVSEAF() 공개 메소드

public TOVSEAF ( String filename ) : System
filename String
리턴 System

프로퍼티 상세

SearchPointContents 공개적으로 프로퍼티

public List SearchPointContents
리턴 List

SearchPointDefinitions 공개적으로 프로퍼티

public List SearchPointDefinitions
리턴 List

SearchPointItems 공개적으로 프로퍼티

public List SearchPointItems
리턴 List