C# Class BImageViewer.BImage.ImageSlice

Show file Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_Content byte[]
m_Height uint
m_MipLevel uint
m_Owner BImage
m_SliceIndex uint
m_Width uint

Public Methods

Method Description
ImageSlice ( BImage _Owner, BinaryReader _R, uint _MipOffset ) : System
Read ( BinaryReader _R, uint _MipOffset ) : void

Method Details

ImageSlice() public method

public ImageSlice ( BImage _Owner, BinaryReader _R, uint _MipOffset ) : System
_Owner BImage
_R System.IO.BinaryReader
_MipOffset uint
return System

Read() public method

public Read ( BinaryReader _R, uint _MipOffset ) : void
_R System.IO.BinaryReader
_MipOffset uint
return void

Property Details

m_Content public property

public byte[] m_Content
return byte[]

m_Height public property

public uint m_Height
return uint

m_MipLevel public property

public uint m_MipLevel
return uint

m_Owner public property

public BImage,BImageViewer m_Owner
return BImage

m_SliceIndex public property

public uint m_SliceIndex
return uint

m_Width public property

public uint m_Width
return uint