C# Class Recurity.Swf.TagHandler.PlaceObject2

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

Protected Properties

Свойство Type Description
_ClipActions ClipActions
_ClipDepth System.UInt16
_CxFormWithAlpha CxFormWithAlpha
_Name string
_PlaceFlagHasCharacter bool
_PlaceFlagHasClipActions bool
_PlaceFlagHasClipDepth bool
_PlaceFlagHasColorTransform bool
_PlaceFlagHasMatrix bool
_PlaceFlagHasName bool
_PlaceFlagHasRatio bool
_PlaceFlagMove bool
_Ratio System.UInt16

Méthodes publiques

Méthode Description
PlaceObject2 ( byte InitialVersion ) : System

ToString ( ) : string

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

ParsePlaceObject2Data ( ) : void

ParsePlaceObject2Flags ( ) : void

Method Details

Parse() protected méthode

protected Parse ( ) : void
Résultat void

ParsePlaceObject2Data() protected méthode

protected ParsePlaceObject2Data ( ) : void
Résultat void

ParsePlaceObject2Flags() protected méthode

protected ParsePlaceObject2Flags ( ) : void
Résultat void

PlaceObject2() public méthode

public PlaceObject2 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Résultat System

ToString() public méthode

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

_ClipActions protected_oe property

protected ClipActions _ClipActions
Résultat ClipActions

_ClipDepth protected_oe property

protected UInt16,System _ClipDepth
Résultat System.UInt16

_CxFormWithAlpha protected_oe property

protected CxFormWithAlpha _CxFormWithAlpha
Résultat CxFormWithAlpha

_Name protected_oe property

protected string _Name
Résultat string

_PlaceFlagHasCharacter protected_oe property

protected bool _PlaceFlagHasCharacter
Résultat bool

_PlaceFlagHasClipActions protected_oe property

protected bool _PlaceFlagHasClipActions
Résultat bool

_PlaceFlagHasClipDepth protected_oe property

protected bool _PlaceFlagHasClipDepth
Résultat bool

_PlaceFlagHasColorTransform protected_oe property

protected bool _PlaceFlagHasColorTransform
Résultat bool

_PlaceFlagHasMatrix protected_oe property

protected bool _PlaceFlagHasMatrix
Résultat bool

_PlaceFlagHasName protected_oe property

protected bool _PlaceFlagHasName
Résultat bool

_PlaceFlagHasRatio protected_oe property

protected bool _PlaceFlagHasRatio
Résultat bool

_PlaceFlagMove protected_oe property

protected bool _PlaceFlagMove
Résultat bool

_Ratio protected_oe property

protected UInt16,System _Ratio
Résultat System.UInt16