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

FillStyleCollection is the typed collection for the FillStyle extended objects: SolidFill, GradientFill and BitmapFill
상속: System.Collections.CollectionBase, ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

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

Adds the specified value.

AddRange ( FillStyle values ) : void

Adds the range.

Contains ( FillStyle value ) : bool

Containses the specified value.

FillStyleCollection ( ) : System

Creates a new FillStyleCollection instance.

FillStyleCollection ( FillStyle fillStyles ) : System

Creates a new FillStyleCollection instance.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( FillStyle value ) : int

Get the index of.

Insert ( int index, FillStyle value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Remove ( FillStyle value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

this ( int index ) : FillStyle

Gets or sets the LineStyle at the specified index.

비공개 메소드들

메소드 설명
GetFillStyleFromType ( byte fillStyleType ) : FillStyle

Gets the fill style from type.

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Contains() 공개 메소드

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

FillStyleCollection() 공개 메소드

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

FillStyleCollection() 공개 메소드

Creates a new FillStyleCollection instance.
public FillStyleCollection ( FillStyle fillStyles ) : System
fillStyles FillStyle Fill styles.
리턴 System

GetSizeOf() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

Inserts the specified index.
public Insert ( int index, FillStyle value ) : void
index int Index.
value FillStyle 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 ( FillStyle value ) : void
value FillStyle 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 ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
리턴 void

this() 공개 메소드

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