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

The DefineMorphShape tag defines the start and end states of a morph sequence. A morph

object should be displayed with the PlaceObject2 tag, where the ratio field specifies how far

the morph has progressed.

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

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

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

The DefineMorphShape 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

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

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

The DefineMorphShape tag defines the start and end states of a morph sequence
public DefineMorphShape ( 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