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

LINESTYLE2 builds upon the capabilities of the LINESTYLE record by allowing the use of new types of joins and caps as well as scaling options and the ability to fill a stroke.
Наследование: LineStyle
Показать файл Открыть проект Примеры использования класса

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

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

LINESTYLE2 builds upon the capabilities of the LINESTYLE record by allowing the use of new types of joins and caps as well as scaling options and the ability to fill a stroke.

Parse ( Stream input, TagTypes caller ) : void

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( Stream output ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Writes this object back to a stream.

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

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

LINESTYLE2 builds upon the capabilities of the LINESTYLE record by allowing the use of new types of joins and caps as well as scaling options and the ability to fill a stroke.
public LineStyle2 ( 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 ( Stream output ) : bool
output Stream
Результат bool

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

Writes this object back to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Результат void