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

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

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

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

Gets the size of.

MorphGradRecord ( ) : System

Creates a new MorphGradRecord instance.

MorphGradRecord ( byte startRatio, RGBA startColor, byte endRatio, RGBA endColor ) : System

Creates a new MorphGradRecord instance.

ReadData ( BufferedBinaryReader binaryReader ) : 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 static GetSizeOf ( ) : int
Результат int

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

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

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

Creates a new MorphGradRecord instance.
public MorphGradRecord ( byte startRatio, RGBA startColor, byte endRatio, RGBA endColor ) : System
startRatio byte Start ratio.
startColor RGBA Color of the start.
endRatio byte End ratio.
endColor RGBA Color of the end.
Результат System

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

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
Результат 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