C# Class GenieLib.SLPFrame

Show file Open project: HandsomeMatt/OpenEmpires Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
GetRGBAArray ( ) : byte[]
ReadFrame ( BinaryReader reader ) : void
ReadHeader ( BinaryReader reader ) : void
SLPFrame ( ) : System

Method Details

GetRGBAArray() public method

public GetRGBAArray ( ) : byte[]
return byte[]

ReadFrame() public method

public ReadFrame ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

ReadHeader() public method

public ReadHeader ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SLPFrame() public method

public SLPFrame ( ) : System
return System

Property Details

m_CmdTableOffset public property

public uint m_CmdTableOffset
return uint

m_Height public property

public int m_Height
return int

m_HotSpotX public property

public int m_HotSpotX
return int

m_HotSpotY public property

public int m_HotSpotY
return int

m_OutlineTableOffset public property

public uint m_OutlineTableOffset
return uint

m_PaletteOffset public property

public uint m_PaletteOffset
return uint

m_Properties public property

public uint m_Properties
return uint

m_Width public property

public int m_Width
return int