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

A line style represents a width and color of a line. A line style is byte aligned.
Наследование: AbstractSwfElement
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
_color Rgb
_width System.UInt16

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

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

A line style represents a width and color of a line.

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

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

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

A line style represents a width and color of a line.
public LineStyle ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this objct
Результат 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

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

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

protected Rgb,Recurity.Swf _color
Результат Rgb

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

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