C# Класс Recurity.Swf.TagHandler.DefineMorphShape2

The DefineMorphShape2 tag extends the capabilities of DefineMorphShape by using a new

morph line style record in the morph shape. MORPHLINESTYLE2

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

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

Метод Описание
DefineMorphShape2 ( byte InitialVersion ) : System

The DefineMorphShape2 tag defines the start and end states of a morph sequence

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

/

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

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

The DefineMorphShape2 tag defines the start and end states of a morph sequence
public DefineMorphShape2 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

/
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