C# 클래스 Recurity.Swf.ShapeRecord

Abstract class from which all SHAPERECORDs derive
상속: AbstractSwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
Parse ( Stream input, BitStream bits ) : void

ShapeRecord ( byte InitialVersion ) : System

Abstract class from which all SHAPERECORDs derive

Verify ( ) : bool

Verifies a SHAPE.

Write ( Stream output, BitStream bits ) : void

메소드 상세

Parse() 공개 메소드

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

ShapeRecord() 공개 메소드

Abstract class from which all SHAPERECORDs derive
public ShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
리턴 System

Verify() 공개 메소드

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

Write() 공개 메소드

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