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

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

공개 메소드들

메소드 설명
Add ( LineStyle value ) : LineStyle

Adds the specified value.

AddRange ( LineStyle values ) : void

Adds the range.

Contains ( LineStyle value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( LineStyle value ) : int

Get the index of.

Insert ( int index, LineStyle value ) : void

Inserts the specified index.

LineStyleCollection ( ) : System

Creates a new LineStyleCollection instance.

LineStyleCollection ( LineStyle lineStyles ) : System

Creates a new LineStyleCollection instance.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Remove ( LineStyle value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

this ( int index ) : LineStyle

Gets or sets the LineStyle at the specified index.

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Contains() 공개 메소드

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

GetSizeOf() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

Inserts the specified index.
public Insert ( int index, LineStyle value ) : void
index int Index.
value LineStyle Value.
리턴 void

LineStyleCollection() 공개 메소드

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

LineStyleCollection() 공개 메소드

Creates a new LineStyleCollection instance.
public LineStyleCollection ( LineStyle lineStyles ) : System
lineStyles LineStyle Line styles.
리턴 System

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 ( LineStyle value ) : void
value LineStyle Value.
리턴 void

Serialize() 공개 메소드

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

WriteTo() 공개 메소드

Writes to a binary writer.
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 ) : LineStyle
index int
리턴 LineStyle