C# Класс SwfDotNet.IO.Tags.Types.GradientRecord

Gradient Record
Наследование: SizeStruct, ISwfSerializer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetSizeOf ( ) : int

Gets the size of.

GradientRecord ( ) : System

Creates a new GradientRecord instance.

GradientRecord ( byte ratio, RGBColor color ) : System

Creates a new GradientRecord instance.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

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

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

Gets the size of.
public GetSizeOf ( ) : int
Результат int

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

Creates a new GradientRecord instance.
public GradientRecord ( ) : System
Результат System

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

Creates a new GradientRecord instance.
public GradientRecord ( byte ratio, RGBColor color ) : System
ratio byte Ratio.
color RGBColor Color.
Результат System

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

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
shapeType ShapeType Shape type.
Результат void

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

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

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

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Результат void