C# Class Recurity.Swf.TagHandler.PlaceObject

Inheritance: AbstractTagCodeHandler, ISwfCharacter
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_CharacterID System.UInt16
_ColorTransform CxForm
_Depth System.UInt16
_TransformMatrix System.Matrix

Méthodes publiques

Méthode Description
PlaceObject ( byte InitialVersion ) : System

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.

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

Parse() protected méthode

protected Parse ( ) : void
Résultat void

PlaceObject() public méthode

public PlaceObject ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
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

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

Property Details

_CharacterID protected_oe property

protected UInt16,System _CharacterID
Résultat System.UInt16

_ColorTransform protected_oe property

protected CxForm _ColorTransform
Résultat CxForm

_Depth protected_oe property

protected UInt16,System _Depth
Résultat System.UInt16

_TransformMatrix protected_oe property

protected Matrix,System _TransformMatrix
Résultat System.Matrix