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

Gradient Record
상속: SizeStruct, ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

GradientRecord ( ) : System

Creates a new GradientRecord instance.

GradientRecord ( byte ratio, RGBColor color ) : System

Creates a new GradientRecord instance.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

GetSizeOf() 공개 메소드

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

GradientRecord() 공개 메소드

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

GradientRecord() 공개 메소드

Creates a new GradientRecord instance.
public GradientRecord ( byte ratio, RGBColor color ) : System
ratio byte Ratio.
color RGBColor Color.
리턴 System

ReadData() 공개 메소드

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
shapeType ShapeType Shape type.
리턴 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