C# 클래스 GenieLib.SLPFrame

파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_CmdTableOffset uint
m_Height int
m_HotSpotX int
m_HotSpotY int
m_OutlineTableOffset uint
m_PaletteOffset uint
m_Properties uint
m_Width int

공개 메소드들

메소드 설명
GetRGBAArray ( ) : byte[]
ReadFrame ( BinaryReader reader ) : void
ReadHeader ( BinaryReader reader ) : void
SLPFrame ( ) : System

메소드 상세

GetRGBAArray() 공개 메소드

public GetRGBAArray ( ) : byte[]
리턴 byte[]

ReadFrame() 공개 메소드

public ReadFrame ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

ReadHeader() 공개 메소드

public ReadHeader ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

SLPFrame() 공개 메소드

public SLPFrame ( ) : System
리턴 System

프로퍼티 상세

m_CmdTableOffset 공개적으로 프로퍼티

public uint m_CmdTableOffset
리턴 uint

m_Height 공개적으로 프로퍼티

public int m_Height
리턴 int

m_HotSpotX 공개적으로 프로퍼티

public int m_HotSpotX
리턴 int

m_HotSpotY 공개적으로 프로퍼티

public int m_HotSpotY
리턴 int

m_OutlineTableOffset 공개적으로 프로퍼티

public uint m_OutlineTableOffset
리턴 uint

m_PaletteOffset 공개적으로 프로퍼티

public uint m_PaletteOffset
리턴 uint

m_Properties 공개적으로 프로퍼티

public uint m_Properties
리턴 uint

m_Width 공개적으로 프로퍼티

public int m_Width
리턴 int