C# Class GenieLib.SLPFrame

Afficher le fichier Open project: HandsomeMatt/OpenEmpires Class Usage Examples

Méthodes publiques

Свойство Type Description
m_CmdTableOffset uint
m_Height int
m_HotSpotX int
m_HotSpotY int
m_OutlineTableOffset uint
m_PaletteOffset uint
m_Properties uint
m_Width int

Méthodes publiques

Méthode Description
GetRGBAArray ( ) : byte[]
ReadFrame ( BinaryReader reader ) : void
ReadHeader ( BinaryReader reader ) : void
SLPFrame ( ) : System

Method Details

GetRGBAArray() public méthode

public GetRGBAArray ( ) : byte[]
Résultat byte[]

ReadFrame() public méthode

public ReadFrame ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

ReadHeader() public méthode

public ReadHeader ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SLPFrame() public méthode

public SLPFrame ( ) : System
Résultat System

Property Details

m_CmdTableOffset public_oe property

public uint m_CmdTableOffset
Résultat uint

m_Height public_oe property

public int m_Height
Résultat int

m_HotSpotX public_oe property

public int m_HotSpotX
Résultat int

m_HotSpotY public_oe property

public int m_HotSpotY
Résultat int

m_OutlineTableOffset public_oe property

public uint m_OutlineTableOffset
Résultat uint

m_PaletteOffset public_oe property

public uint m_PaletteOffset
Résultat uint

m_Properties public_oe property

public uint m_Properties
Résultat uint

m_Width public_oe property

public int m_Width
Résultat int