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

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

보호된 프로퍼티들

프로퍼티 타입 설명
typeFlag bool

공개 메소드들

메소드 설명
GetBitSizeOf ( int currentLength ) : int

Gets the bit size of.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

보호된 메소드들

메소드 설명
ShapeRecord ( ) : System

Creates a new ShapeRecord instance.

ShapeRecord ( bool typeFlag ) : System

Creates a new ShapeRecord instance.

메소드 상세

GetBitSizeOf() 공개 메소드

Gets the bit size of.
public GetBitSizeOf ( int currentLength ) : int
currentLength int Length of the current.
리턴 int

Serialize() 공개 메소드

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

ShapeRecord() 보호된 메소드

Creates a new ShapeRecord instance.
protected ShapeRecord ( ) : System
리턴 System

ShapeRecord() 보호된 메소드

Creates a new ShapeRecord instance.
protected ShapeRecord ( bool typeFlag ) : System
typeFlag bool Type flag.
리턴 System

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
리턴 void

프로퍼티 상세

typeFlag 보호되어 있는 프로퍼티

Type of shape record, stored as a flag
protected bool typeFlag
리턴 bool