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

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

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

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

Gets the size of.

MorphLineStyle ( ) : System

Creates a new MorphLineStyle instance.

MorphLineStyle ( ushort startWith, ushort endWith, RGBA startColor, RGBA endColor ) : System

Creates a new MorphLineStyle 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

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

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

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

Creates a new MorphLineStyle instance.
public MorphLineStyle ( ushort startWith, ushort endWith, RGBA startColor, RGBA endColor ) : System
startWith ushort Start with.
endWith ushort End with.
startColor RGBA Color of the start.
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