C# Class Recurity.Swf.Rgb

The RGB record represents a color as a 24-bit red, green, and blue value.
Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_disposed bool

Méthodes publiques

Méthode Description
Parse ( Stream input ) : void

Parses this object out of a stream

Rgb ( byte InitialVersion ) : System

The RGB record represents a color as a 24-bit red, green, and blue value.

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

Method Details

Parse() public méthode

Parses this object out of a stream
public Parse ( Stream input ) : void
input Stream The input stream.
Résultat void

Rgb() public méthode

The RGB record represents a color as a 24-bit red, green, and blue value.
public Rgb ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
Résultat System

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

public Write ( Stream output ) : void
output Stream
Résultat void

Property Details

_disposed protected_oe property

protected bool _disposed
Résultat bool