C# Class Recurity.Swf.TagHandler.PlaceObject

Inheritance: AbstractTagCodeHandler, ISwfCharacter
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_CharacterID System.UInt16
_ColorTransform CxForm
_Depth System.UInt16
_TransformMatrix System.Matrix

Public Methods

Method 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.

Protected Methods

Method Description
Parse ( ) : void

Method Details

Parse() protected method

protected Parse ( ) : void
return void

PlaceObject() public method

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

ToString() public method

Converts the value of this instance to a System.String.
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

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

Property Details

_CharacterID protected_oe property

protected UInt16,System _CharacterID
return System.UInt16

_ColorTransform protected_oe property

protected CxForm _ColorTransform
return CxForm

_Depth protected_oe property

protected UInt16,System _Depth
return System.UInt16

_TransformMatrix protected_oe property

protected Matrix,System _TransformMatrix
return System.Matrix