C# 클래스 Recurity.Swf.TagHandler.PlaceObject2

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

보호된 프로퍼티들

프로퍼티 타입 설명
_ClipActions ClipActions
_ClipDepth System.UInt16
_CxFormWithAlpha CxFormWithAlpha
_Name string
_PlaceFlagHasCharacter bool
_PlaceFlagHasClipActions bool
_PlaceFlagHasClipDepth bool
_PlaceFlagHasColorTransform bool
_PlaceFlagHasMatrix bool
_PlaceFlagHasName bool
_PlaceFlagHasRatio bool
_PlaceFlagMove bool
_Ratio System.UInt16

공개 메소드들

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

ToString ( ) : string

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

ParsePlaceObject2Data ( ) : void

ParsePlaceObject2Flags ( ) : void

메소드 상세

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

ParsePlaceObject2Data() 보호된 메소드

protected ParsePlaceObject2Data ( ) : void
리턴 void

ParsePlaceObject2Flags() 보호된 메소드

protected ParsePlaceObject2Flags ( ) : void
리턴 void

PlaceObject2() 공개 메소드

public PlaceObject2 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Verify() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

_ClipActions 보호되어 있는 프로퍼티

protected ClipActions _ClipActions
리턴 ClipActions

_ClipDepth 보호되어 있는 프로퍼티

protected UInt16,System _ClipDepth
리턴 System.UInt16

_CxFormWithAlpha 보호되어 있는 프로퍼티

protected CxFormWithAlpha _CxFormWithAlpha
리턴 CxFormWithAlpha

_Name 보호되어 있는 프로퍼티

protected string _Name
리턴 string

_PlaceFlagHasCharacter 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasCharacter
리턴 bool

_PlaceFlagHasClipActions 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasClipActions
리턴 bool

_PlaceFlagHasClipDepth 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasClipDepth
리턴 bool

_PlaceFlagHasColorTransform 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasColorTransform
리턴 bool

_PlaceFlagHasMatrix 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasMatrix
리턴 bool

_PlaceFlagHasName 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasName
리턴 bool

_PlaceFlagHasRatio 보호되어 있는 프로퍼티

protected bool _PlaceFlagHasRatio
리턴 bool

_PlaceFlagMove 보호되어 있는 프로퍼티

protected bool _PlaceFlagMove
리턴 bool

_Ratio 보호되어 있는 프로퍼티

protected UInt16,System _Ratio
리턴 System.UInt16