C# Класс HaloMap.RawData.ParsedBitmap.BitmapInfo

The bitmap info.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
bitsPerPixel ushort
depth ushort
flags ushort
format ushort
formatname BitmapFormat
height ushort
mipMapCount ushort
pixelOffset ushort
regPointX ushort
regPointY ushort
swizzle bool
tagtype char[]
type ushort
typename BitmapType
width ushort

Открытые методы

Метод Описание
BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System

Initializes a new instance of the BitmapInfo class.

BitmapInfo ( int offset, Meta &meta ) : System

Initializes a new instance of the BitmapInfo class.

Generate ( DDS ddsd ) : void

The generate.

Write ( BinaryWriter &BW ) : void

The write.

Описание методов

BitmapInfo() публичный Метод

Initializes a new instance of the BitmapInfo class.
public BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System
FormatName BitmapFormat Name of the format.
Swizzle bool if set to true [swizzle].
Результат System

BitmapInfo() публичный Метод

Initializes a new instance of the BitmapInfo class.
public BitmapInfo ( int offset, Meta &meta ) : System
offset int The offset.
meta HaloMap.Meta.Meta The meta.
Результат System

Generate() публичный Метод

The generate.
public Generate ( DDS ddsd ) : void
ddsd HaloMap.DDSFunctions.DDS The ddsd.
Результат void

Write() публичный Метод

The write.
public Write ( BinaryWriter &BW ) : void
BW System.IO.BinaryWriter The bw.
Результат void

Описание свойств

bitsPerPixel публичное свойство

The bits per pixel.
public ushort bitsPerPixel
Результат ushort

depth публичное свойство

The depth.
public ushort depth
Результат ushort

flags публичное свойство

The flags.
public ushort flags
Результат ushort

format публичное свойство

The format.
public ushort format
Результат ushort

formatname публичное свойство

The formatname.
public BitmapFormat formatname
Результат BitmapFormat

height публичное свойство

The height.
public ushort height
Результат ushort

mipMapCount публичное свойство

The mip map count.
public ushort mipMapCount
Результат ushort

pixelOffset публичное свойство

The pixel offset.
public ushort pixelOffset
Результат ushort

regPointX публичное свойство

The reg point x.
public ushort regPointX
Результат ushort

regPointY публичное свойство

The reg point y.
public ushort regPointY
Результат ushort

swizzle публичное свойство

The swizzle.
public bool swizzle
Результат bool

tagtype публичное свойство

The tagtype.
public char[] tagtype
Результат char[]

type публичное свойство

The type.
public ushort type
Результат ushort

typename публичное свойство

The typename.
public BitmapType typename
Результат BitmapType

width публичное свойство

The width.
public ushort width
Результат ushort