C# Class Recurity.Swf.TagHandler.PlaceObject2

Inheritance: PlaceObject
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
PlaceObject2 ( byte InitialVersion ) : System

ToString ( ) : string

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Protected Methods

Method Description
Parse ( ) : void

ParsePlaceObject2Data ( ) : void

ParsePlaceObject2Flags ( ) : void

Method Details

Parse() protected method

protected Parse ( ) : void
return void

ParsePlaceObject2Data() protected method

protected ParsePlaceObject2Data ( ) : void
return void

ParsePlaceObject2Flags() protected method

protected ParsePlaceObject2Flags ( ) : void
return void

PlaceObject2() public method

public PlaceObject2 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System

ToString() public method

public ToString ( ) : string
return string

Verify() public method

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

Write() public method

public Write ( Stream output ) : void
output Stream
return void

Property Details

_ClipActions protected_oe property

protected ClipActions _ClipActions
return ClipActions

_ClipDepth protected_oe property

protected UInt16,System _ClipDepth
return System.UInt16

_CxFormWithAlpha protected_oe property

protected CxFormWithAlpha _CxFormWithAlpha
return CxFormWithAlpha

_Name protected_oe property

protected string _Name
return string

_PlaceFlagHasCharacter protected_oe property

protected bool _PlaceFlagHasCharacter
return bool

_PlaceFlagHasClipActions protected_oe property

protected bool _PlaceFlagHasClipActions
return bool

_PlaceFlagHasClipDepth protected_oe property

protected bool _PlaceFlagHasClipDepth
return bool

_PlaceFlagHasColorTransform protected_oe property

protected bool _PlaceFlagHasColorTransform
return bool

_PlaceFlagHasMatrix protected_oe property

protected bool _PlaceFlagHasMatrix
return bool

_PlaceFlagHasName protected_oe property

protected bool _PlaceFlagHasName
return bool

_PlaceFlagHasRatio protected_oe property

protected bool _PlaceFlagHasRatio
return bool

_PlaceFlagMove protected_oe property

protected bool _PlaceFlagMove
return bool

_Ratio protected_oe property

protected UInt16,System _Ratio
return System.UInt16