C# Class SwfDotNet.IO.Tags.RemoveObject2Tag

RemoveObject2Tag removes an object from the display list.

The RemoveObject2Tag class only requires the layer number to identify a particular object, unlike the RemoveObjectTag class which also requires the object's identifier although only one object can be placed on a given layer.

This tag was introduced in Flash 3.

Inheritance: BaseTag
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

RemoveObject2Tag ( ) : System

Creates a new RemoveObject2Tag instance.

RemoveObject2Tag ( ushort depth ) : System

Creates a new RemoveObject2Tag instance.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

UpdateData ( byte version ) : void

see base class

Method Details

ReadData() public method

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

RemoveObject2Tag() public method

Creates a new RemoveObject2Tag instance.
public RemoveObject2Tag ( ) : System
return System

RemoveObject2Tag() public method

Creates a new RemoveObject2Tag instance.
public RemoveObject2Tag ( ushort depth ) : System
depth ushort depth of character
return System

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

UpdateData() public method

see base class
public UpdateData ( byte version ) : void
version byte
return void