C# Class Recurity.Swf.TagHandler.DefineShape

The DefineShape tag defines a shape for later use by control tags such as PlaceObject. The

ShapeId uniquely identifies this shape as ‘character’ in the Dictionary. The ShapeBounds field

is the rectangle that completely encloses the shape. The SHAPEWITHSTYLE structure

includes all the paths, fill styles and line styles that make up the shape.

Inheritance: AbstractTagHandler, Helper.ISwfCharacter
Mostrar archivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Properties

Property Type Description
_shapeBounds Rect
_shapeID System.UInt16
_shapes ShapeWithStyle

Public Methods

Method Description
DefineShape ( byte InitialVersion ) : System

The DefineShape tag defines a shape for later use by control tags such as PlaceObject.

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

Protected Methods

Method Description
Parse ( ) : void

Parses this object out of a stream

Method Details

DefineShape() public method

The DefineShape tag defines a shape for later use by control tags such as PlaceObject.
public DefineShape ( byte InitialVersion ) : System
InitialVersion byte The minimum version of the Swf file using this tag.
return System

Parse() protected method

Parses this object out of a stream
protected Parse ( ) : void
return void

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

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

Property Details

_shapeBounds public_oe property

public Rect _shapeBounds
return Rect

_shapeID public_oe property

public UInt16,System _shapeID
return System.UInt16

_shapes public_oe property

public ShapeWithStyle _shapes
return ShapeWithStyle