C# 클래스 Recurity.Swf.Pix

상속: AbstractSwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

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

Parses this object out of a stream

Pix ( byte InitialVersion ) : System

Verify ( ) : bool

Verifies this this object and its components for documentation compliance.

Write ( Stream output ) : void

메소드 상세

Parse() 공개 추상적인 메소드

Parses this object out of a stream
public abstract Parse ( Stream input ) : void
input Stream
리턴 void

Pix() 공개 메소드

public Pix ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
리턴 System

Verify() 공개 추상적인 메소드

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

Write() 공개 추상적인 메소드

public abstract Write ( Stream output ) : void
output Stream
리턴 void