C# Class Recurity.Swf.BitmapData

The BITMAPDATA structure contains image data. This

structure is compressed as a single block of data.

Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter

Protected Properties

Свойство Type Description
_bitmapPixelData List

Méthodes publiques

Méthode Description
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.

Method Details

BitmapData() public méthode

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.
Résultat System

Parse() public méthode

public Parse ( Stream input, System.UInt64 imageDataSize, byte bitmapFormat ) : void
input Stream
imageDataSize System.UInt64
bitmapFormat byte
Résultat void

ToString() public méthode

Converts the value of this instance to a System.String.
public ToString ( ) : string
Résultat string

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

Writes this object to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Résultat void

Property Details

_bitmapPixelData protected_oe property

protected List _bitmapPixelData
Résultat List