C# 클래스 SwfDotNet.IO.Tags.Types.GradientRecordCollection

GradientRecordCollection class
상속: System.Collections.CollectionBase, ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Contains() 공개 메소드

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

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

GradientRecordCollection() 공개 메소드

Creates a new GradientRecordCollection instance.
public GradientRecordCollection ( ) : System
리턴 System

GradientRecordCollection() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

Inserts the specified index.
public Insert ( int index, GradientRecord value ) : void
index int Index.
value GradientRecord 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 ( GradientRecord value ) : void
value GradientRecord Value.
리턴 void

Serialize() 공개 메소드

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

WriteTo() 공개 메소드

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

this() 공개 메소드

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