C# Класс Recurity.Swf.BitmapData

The BITMAPDATA structure contains image data. This

structure is compressed as a single block of data.

Наследование: AbstractSwfElement
Показать файл Открыть проект

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

Свойство Тип Описание
_bitmapPixelData List

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

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

The BITMAPDATA structure contains image data. This structure is compressed as a single block of data.

Parse ( Stream input, System.UInt64 imageDataSize, byte bitmapFormat ) : void

ToString ( ) : string

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

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Writes this object to a stream.

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

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

The BITMAPDATA structure contains image data. This structure is compressed as a single block of data.
public BitmapData ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

public Parse ( Stream input, System.UInt64 imageDataSize, byte bitmapFormat ) : void
input Stream
imageDataSize System.UInt64
bitmapFormat byte
Результат void

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

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

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

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

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

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

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

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

protected List _bitmapPixelData
Результат List