C# Class Recurity.Swf.CxFormWithAlpha

Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_AlphaAddTerm System.Int32
_AlphaMultTerm System.Int32
_BlueAddTerm System.Int32
_BlueMultTerm System.Int32
_GreenAddTerm System.Int32
_GreenMultTerm System.Int32
_HasAddTerms bool
_HasMultTerms bool
_RedAddTerm System.Int32
_RedMultTerm System.Int32
_numBits byte

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CxFormWithAlpha ( byte InitialVersion ) : System

Parse ( Stream input ) : void

ToString ( ) : string

Write ( Stream output ) : void

Method Details

CxFormWithAlpha() public méthode

public CxFormWithAlpha ( 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 ) : void
input Stream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

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

Property Details

_AlphaAddTerm protected_oe property

protected Int32,System _AlphaAddTerm
Résultat System.Int32

_AlphaMultTerm protected_oe property

protected Int32,System _AlphaMultTerm
Résultat System.Int32

_BlueAddTerm protected_oe property

protected Int32,System _BlueAddTerm
Résultat System.Int32

_BlueMultTerm protected_oe property

protected Int32,System _BlueMultTerm
Résultat System.Int32

_GreenAddTerm protected_oe property

protected Int32,System _GreenAddTerm
Résultat System.Int32

_GreenMultTerm protected_oe property

protected Int32,System _GreenMultTerm
Résultat System.Int32

_HasAddTerms protected_oe property

protected bool _HasAddTerms
Résultat bool

_HasMultTerms protected_oe property

protected bool _HasMultTerms
Résultat bool

_RedAddTerm protected_oe property

protected Int32,System _RedAddTerm
Résultat System.Int32

_RedMultTerm protected_oe property

protected Int32,System _RedMultTerm
Résultat System.Int32

_numBits protected_oe property

protected byte _numBits
Résultat byte