C# 클래스 Recurity.Swf.EndShapeRecord

The end shape record simply indicates the end of the shape record array.
상속: ShapeRecord
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
EndShapeRecord ( byte InitialVersion ) : System

The end shape record simply indicates the end of the shape record array.

Parse ( Stream input, BitStream bits ) : void

ToString ( ) : string

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

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output, BitStream bits ) : void

메소드 상세

EndShapeRecord() 공개 메소드

The end shape record simply indicates the end of the shape record array.
public EndShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object.
리턴 System

Parse() 공개 메소드

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
리턴 void

ToString() 공개 메소드

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

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
리턴 void