C# 클래스 Recurity.Swf.CxFormWithAlpha

상속: AbstractSwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_AlphaAddTerm System.Int32
_AlphaMultTerm System.Int32
_BlueAddTerm System.Int32
_BlueMultTerm System.Int32
_GreenAddTerm System.Int32
_GreenMultTerm System.Int32
_HasAddTerms bool
_HasMultTerms bool
_RedAddTerm System.Int32
_RedMultTerm System.Int32
_numBits byte

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Parse ( Stream input ) : void

ToString ( ) : string

Write ( Stream output ) : void

메소드 상세

CxFormWithAlpha() 공개 메소드

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

Parse() 공개 메소드

public Parse ( Stream input ) : void
input Stream
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

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

프로퍼티 상세

_AlphaAddTerm 보호되어 있는 프로퍼티

protected Int32,System _AlphaAddTerm
리턴 System.Int32

_AlphaMultTerm 보호되어 있는 프로퍼티

protected Int32,System _AlphaMultTerm
리턴 System.Int32

_BlueAddTerm 보호되어 있는 프로퍼티

protected Int32,System _BlueAddTerm
리턴 System.Int32

_BlueMultTerm 보호되어 있는 프로퍼티

protected Int32,System _BlueMultTerm
리턴 System.Int32

_GreenAddTerm 보호되어 있는 프로퍼티

protected Int32,System _GreenAddTerm
리턴 System.Int32

_GreenMultTerm 보호되어 있는 프로퍼티

protected Int32,System _GreenMultTerm
리턴 System.Int32

_HasAddTerms 보호되어 있는 프로퍼티

protected bool _HasAddTerms
리턴 bool

_HasMultTerms 보호되어 있는 프로퍼티

protected bool _HasMultTerms
리턴 bool

_RedAddTerm 보호되어 있는 프로퍼티

protected Int32,System _RedAddTerm
리턴 System.Int32

_RedMultTerm 보호되어 있는 프로퍼티

protected Int32,System _RedMultTerm
리턴 System.Int32

_numBits 보호되어 있는 프로퍼티

protected byte _numBits
리턴 byte