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

GradientRecordCollection class
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Add ( GradientRecord value ) : GradientRecord

Adds the specified value.

AddRange ( GradientRecord values ) : void

Adds the range.

Contains ( GradientRecord value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

GradientRecordCollection ( ) : System

Creates a new GradientRecordCollection instance.

GradientRecordCollection ( GradientRecord gradientRecords ) : System

Creates a new GradientRecordCollection instance.

IndexOf ( GradientRecord value ) : int

Get the index of.

Insert ( int index, GradientRecord value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Remove ( GradientRecord value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary file.

this ( int index ) : GradientRecord

Gets or sets the LineStyle at the specified index.

Method Details

Add() public method

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

AddRange() public method

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

Contains() public method

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

GetSizeOf() public method

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

GradientRecordCollection() public method

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

GradientRecordCollection() public method

Creates a new GradientRecordCollection instance.
public GradientRecordCollection ( GradientRecord gradientRecords ) : System
gradientRecords GradientRecord Gradient records.
return System

IndexOf() public method

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

Insert() public method

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

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
shapeType ShapeType Shape type.
return void

Remove() public method

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

Serialize() public method

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

WriteTo() public method

Writes to a binary file.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
return void

this() public method

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