C# Класс 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.

Наследование: AbstractTagHandler, Helper.ISwfCharacter
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_shapeBounds Rect
_shapeID System.UInt16
_shapes ShapeWithStyle

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Parse ( ) : void

Parses this object out of a stream

Описание методов

DefineShape() публичный Метод

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.
Результат System

Parse() защищенный Метод

Parses this object out of a stream
protected Parse ( ) : void
Результат void

ToString() публичный Метод

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

Verify() публичный Метод

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

Write() публичный Метод

public Write ( Stream output ) : void
output Stream
Результат void

Описание свойств

_shapeBounds публичное свойство

public Rect _shapeBounds
Результат Rect

_shapeID публичное свойство

public UInt16,System _shapeID
Результат System.UInt16

_shapes публичное свойство

public ShapeWithStyle _shapes
Результат ShapeWithStyle