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

The GRADRECORD defines a gradient control point.
Наследование: AbstractSwfElement
Показать файл Открыть проект Примеры использования класса

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

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

The GRADRECORD defines a gradient control point.

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

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

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

The GRADRECORD defines a gradient control point.
public GradRecord ( 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