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

ShapeRecordCollection
Наследование: System.Collections.CollectionBase, ISwfSerializer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( ShapeRecord value ) : ShapeRecord

Adds the specified value.

AddRange ( ShapeRecord values ) : void

Adds the range.

AddRange ( ShapeRecordCollection values ) : void

Adds the range.

Contains ( ShapeRecord value ) : bool

Containses the specified value.

GetLastOne ( ) : ShapeRecord

Gets the last ShapeRecord of the collection.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( ShapeRecord value ) : int

Get the index of.

Insert ( int index, ShapeRecord value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Remove ( ShapeRecord value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

ShapeRecordCollection ( ) : System

Creates a new ShapeRecordCollection instance.

ShapeRecordCollection ( ShapeRecord shapes ) : System

Creates a new ShapeRecordCollection instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

this ( int index ) : ShapeRecord

Gets or sets the LineStyle at the specified index.

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

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

Adds the specified value.
public Add ( ShapeRecord value ) : ShapeRecord
value ShapeRecord Value.
Результат ShapeRecord

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

Adds the range.
public AddRange ( ShapeRecord values ) : void
values ShapeRecord Values.
Результат void

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

Adds the range.
public AddRange ( ShapeRecordCollection values ) : void
values ShapeRecordCollection Values.
Результат void

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

Containses the specified value.
public Contains ( ShapeRecord value ) : bool
value ShapeRecord Value.
Результат bool

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

Gets the last ShapeRecord of the collection.
public GetLastOne ( ) : ShapeRecord
Результат ShapeRecord

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

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

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

Get the index of.
public IndexOf ( ShapeRecord value ) : int
value ShapeRecord Value.
Результат int

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

Inserts the specified index.
public Insert ( int index, ShapeRecord value ) : void
index int Index.
value ShapeRecord Value.
Результат void

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

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

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

Removes the specified value.
public Remove ( ShapeRecord value ) : void
value ShapeRecord Value.
Результат void

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

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

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

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

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

Creates a new ShapeRecordCollection instance.
public ShapeRecordCollection ( ShapeRecord shapes ) : System
shapes ShapeRecord Shapes.
Результат System

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

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

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

Gets or sets the LineStyle at the specified index.
public this ( int index ) : ShapeRecord
index int
Результат ShapeRecord