C# Class SerahToolkit_SharpGL.WM_Section2

Exibir arquivo Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Properties

Property Type Description
path string
regions byte[]
selectedRegion ushort

Public Methods

Method Description
ColorizeBlock ( int blockID, byte regionID ) : void
EndJob ( ) : void
ReadNextRegion ( ) : byte
ReceiveBitmap ( Bitmap bmp ) : void
ResetBlockColor ( int blockID ) : void
WM_Section2 ( string path ) : System

Private Methods

Method Description
CalculateRectangle ( int blockID ) : Rectangle
memcpy ( IntPtr dest, IntPtr src, UIntPtr count ) : IntPtr

Method Details

ColorizeBlock() public method

public ColorizeBlock ( int blockID, byte regionID ) : void
blockID int
regionID byte
return void

EndJob() public method

public EndJob ( ) : void
return void

ReadNextRegion() public method

public ReadNextRegion ( ) : byte
return byte

ReceiveBitmap() public method

public ReceiveBitmap ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
return void

ResetBlockColor() public method

public ResetBlockColor ( int blockID ) : void
blockID int
return void

WM_Section2() public method

public WM_Section2 ( string path ) : System
path string
return System

Property Details

path public_oe property

public string path
return string

regions public_oe property

public byte[] regions
return byte[]

selectedRegion public_oe property

public ushort selectedRegion
return ushort