C# Класс Recurity.Swf.TagHandler.DefineBitsLossless

Defines a lossless bitmap character that contains RGB bitmap data compressed with ZLIB.

The data format used by the ZLIB library is described by Request for Comments (RFCs)

documents 1950 to 1952.

Two kinds of bitmaps are supported. Colormapped images define a colormap of up to 256

colors, each represented by a 24-bit RGB value, and then use 8-bit pixel values to index into

the colormap. Direct images store actual pixel color values using 15 bits (32,768 colors) or 24

bits (about 17 million colors).

Наследование: AbstractTagHandler, ISwfCharacter
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_bitmapColorTableSize byte
_bitmapFormat byte
_bitmapHight System.UInt16
_bitmapWidth System.UInt16
_characterID System.UInt16
_zlibBitmapData byte[]

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

Метод Описание
DefineBitsLossless ( byte InitialVersion ) : System

Defines a lossless bitmap character that contains RGB bitmap data compressed with ZLIB.

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this tag and its component for documentation compliance.

Write ( Stream output ) : void

Writes this object back to a stream.

Защищенные методы

Метод Описание
Parse ( ) : void

Parses this object out of a stream

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

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

Defines a lossless bitmap character that contains RGB bitmap data compressed with ZLIB.
public DefineBitsLossless ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this tag.
Результат System

Parse() защищенный Метод

Parses this object out of a stream
protected Parse ( ) : void
Результат void

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

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

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

Verifies this tag and its component for documentation compliance.
public Verify ( ) : bool
Результат bool

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

Writes this object back to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Результат void

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

_bitmapColorTableSize защищенное свойство

protected byte _bitmapColorTableSize
Результат byte

_bitmapFormat защищенное свойство

protected byte _bitmapFormat
Результат byte

_bitmapHight защищенное свойство

protected UInt16,System _bitmapHight
Результат System.UInt16

_bitmapWidth защищенное свойство

protected UInt16,System _bitmapWidth
Результат System.UInt16

_characterID защищенное свойство

protected UInt16,System _characterID
Результат System.UInt16

_zlibBitmapData защищенное свойство

protected byte[] _zlibBitmapData
Результат byte[]