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

The format of a line style value within the file
Наследование: AbstractSwfElement
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_endColor Rgba
_endWidth System.UInt16
_startColor Rgba
_startWidth System.UInt16

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

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

The format of a line style value within the file

Parse ( Stream input ) : void

Parses this object out of a stream

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

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

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

The format of a line style value within the file
public MorphLineStyle ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

Parses this object out of a stream
public Parse ( Stream input ) : void
input Stream The input stream.
Результат 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

Описание свойств

_endColor защищенное свойство

protected Rgba,Recurity.Swf _endColor
Результат Rgba

_endWidth защищенное свойство

protected UInt16,System _endWidth
Результат System.UInt16

_startColor защищенное свойство

protected Rgba,Recurity.Swf _startColor
Результат Rgba

_startWidth защищенное свойство

protected UInt16,System _startWidth
Результат System.UInt16