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

The RGB record represents a color as a 24-bit red, green, and blue value.
Наследование: AbstractSwfElement
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
_disposed bool

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

Метод Описание
Parse ( Stream input ) : void

Parses this object out of a stream

Rgb ( byte InitialVersion ) : System

The RGB record represents a color as a 24-bit red, green, and blue value.

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

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

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

Parses this object out of a stream
public Parse ( Stream input ) : void
input Stream The input stream.
Результат void

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

The RGB record represents a color as a 24-bit red, green, and blue value.
public Rgb ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
Результат System

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

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

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

protected bool _disposed
Результат bool