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

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

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

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

Gets the size of.

LineStyle ( ) : System

Creates a new LineStyle instance.

LineStyle ( ushort width, RGBColor rgb ) : System

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

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

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

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

Creates a new LineStyle instance.
public LineStyle ( ushort width, RGBColor rgb ) : System
width ushort Width.
rgb RGBColor Rgb.
Результат 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