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

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

공개 메소드들

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