C# Класс Recurity.Swf.MorphLineStyleArray

A morph line style array enumerates a number of fill styles.
Наследование: LineStyleArray
Показать файл Открыть проект

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

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

A morph line style array enumerates a number of fill styles.

Parse ( Stream input, TagTypes caller ) : void

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

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

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

A morph line style array enumerates a number of fill styles.
public MorphLineStyleArray ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
Результат 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