C# 클래스 Recurity.Swf.Shape

The SHAPE structure defines a shape without fill style or line style information.
상속: AbstractSwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_fillStyles FillStyleArray
_lineStyles LineStyleArray
_numFillBits System.UInt16
_numLineBits System.UInt16
_shapeRecordBuffer byte[]
_shapeRecordStream System.IO.MemoryStream
_shapeRecords List

공개 메소드들

메소드 설명
Parse ( Stream input, System.Int64 length, TagTypes caller ) : void

Shape ( byte InitialVersion ) : System

The SHAPE structure defines a shape without fill style or line style information.

ToString ( ) : string

Converts the value of this instance to a System.String.

TryParseShapeRecords ( MemoryStream input, TagTypes caller ) : void

Verify ( ) : bool

Verifies a SHAPE.

Write ( Stream output ) : void

Writes this object back to a stream.

메소드 상세

Parse() 공개 메소드

public Parse ( Stream input, System.Int64 length, TagTypes caller ) : void
input Stream
length System.Int64
caller TagTypes
리턴 void

Shape() 공개 메소드

The SHAPE structure defines a shape without fill style or line style information.
public Shape ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
리턴 System

ToString() 공개 메소드

Converts the value of this instance to a System.String.
public ToString ( ) : string
리턴 string

TryParseShapeRecords() 공개 메소드

public TryParseShapeRecords ( MemoryStream input, TagTypes caller ) : void
input System.IO.MemoryStream
caller TagTypes
리턴 void

Verify() 공개 메소드

Verifies a SHAPE.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

Writes this object back to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
리턴 void

프로퍼티 상세

_fillStyles 보호되어 있는 프로퍼티

protected FillStyleArray,Recurity.Swf _fillStyles
리턴 FillStyleArray

_lineStyles 보호되어 있는 프로퍼티

protected LineStyleArray,Recurity.Swf _lineStyles
리턴 LineStyleArray

_numFillBits 보호되어 있는 프로퍼티

protected UInt16,System _numFillBits
리턴 System.UInt16

_numLineBits 보호되어 있는 프로퍼티

protected UInt16,System _numLineBits
리턴 System.UInt16

_shapeRecordBuffer 보호되어 있는 프로퍼티

protected byte[] _shapeRecordBuffer
리턴 byte[]

_shapeRecordStream 보호되어 있는 프로퍼티

protected MemoryStream,System.IO _shapeRecordStream
리턴 System.IO.MemoryStream

_shapeRecords 보호되어 있는 프로퍼티

protected List _shapeRecords
리턴 List