C# Class SerahToolkit_SharpGL.WM_Section2

Afficher le fichier Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
path string
regions byte[]
selectedRegion ushort

Méthodes publiques

Méthode 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

Méthode Description
CalculateRectangle ( int blockID ) : Rectangle
memcpy ( IntPtr dest, IntPtr src, UIntPtr count ) : IntPtr

Method Details

ColorizeBlock() public méthode

public ColorizeBlock ( int blockID, byte regionID ) : void
blockID int
regionID byte
Résultat void

EndJob() public méthode

public EndJob ( ) : void
Résultat void

ReadNextRegion() public méthode

public ReadNextRegion ( ) : byte
Résultat byte

ReceiveBitmap() public méthode

public ReceiveBitmap ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
Résultat void

ResetBlockColor() public méthode

public ResetBlockColor ( int blockID ) : void
blockID int
Résultat void

WM_Section2() public méthode

public WM_Section2 ( string path ) : System
path string
Résultat System

Property Details

path public_oe property

public string path
Résultat string

regions public_oe property

public byte[] regions
Résultat byte[]

selectedRegion public_oe property

public ushort selectedRegion
Résultat ushort