C# Class SwfDotNet.IO.Tags.Types.RectCollection

RectCollection class
Inheritance: System.Collections.CollectionBase
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( Rect value ) : Rect

Adds the specified value.

AddRange ( Rect values ) : void

Adds the range.

Contains ( Rect value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( Rect value ) : int

Get the index of.

Insert ( int index, Rect value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader binaryReader, ushort numGlyphs ) : void

Reads the data.

RectCollection ( ) : System

Creates a new RectCollection instance.

Remove ( Rect value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes to the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

this ( int index ) : Rect

Gets or sets the Rect at the specified index.

Method Details

Add() public method

Adds the specified value.
public Add ( Rect value ) : Rect
value Rect Value.
return Rect

AddRange() public method

Adds the range.
public AddRange ( Rect values ) : void
values Rect Values.
return void

Contains() public method

Containses the specified value.
public Contains ( Rect value ) : bool
value Rect Value.
return bool

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

IndexOf() public method

Get the index of.
public IndexOf ( Rect value ) : int
value Rect Value.
return int

Insert() public method

Inserts the specified index.
public Insert ( int index, Rect value ) : void
index int Index.
value Rect Value.
return void

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ushort numGlyphs ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
numGlyphs ushort Num glyphs.
return void

RectCollection() public method

Creates a new RectCollection instance.
public RectCollection ( ) : System
return System

Remove() public method

Removes the specified value.
public Remove ( Rect value ) : void
value Rect Value.
return void

Serialize() public method

Serializes to the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

WriteTo() public method

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void

this() public method

Gets or sets the Rect at the specified index.
public this ( int index ) : Rect
index int
return Rect