C# 클래스 SerahToolkit_SharpGL.WM_Section2

파일 보기 프로젝트 열기: MaKiPL/FF8-Rinoa-s-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
path string
regions byte[]
selectedRegion ushort

공개 메소드들

메소드 설명
ColorizeBlock ( int blockID, byte regionID ) : void
EndJob ( ) : void
ReadNextRegion ( ) : byte
ReceiveBitmap ( Bitmap bmp ) : void
ResetBlockColor ( int blockID ) : void
WM_Section2 ( string path ) : System

비공개 메소드들

메소드 설명
CalculateRectangle ( int blockID ) : Rectangle
memcpy ( IntPtr dest, IntPtr src, UIntPtr count ) : IntPtr

메소드 상세

ColorizeBlock() 공개 메소드

public ColorizeBlock ( int blockID, byte regionID ) : void
blockID int
regionID byte
리턴 void

EndJob() 공개 메소드

public EndJob ( ) : void
리턴 void

ReadNextRegion() 공개 메소드

public ReadNextRegion ( ) : byte
리턴 byte

ReceiveBitmap() 공개 메소드

public ReceiveBitmap ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
리턴 void

ResetBlockColor() 공개 메소드

public ResetBlockColor ( int blockID ) : void
blockID int
리턴 void

WM_Section2() 공개 메소드

public WM_Section2 ( string path ) : System
path string
리턴 System

프로퍼티 상세

path 공개적으로 프로퍼티

public string path
리턴 string

regions 공개적으로 프로퍼티

public byte[] regions
리턴 byte[]

selectedRegion 공개적으로 프로퍼티

public ushort selectedRegion
리턴 ushort