C# 클래스 SWFProcessing.SWFModeller.PlaceObject

A display list instruction that places an item onto the stage.
상속: IDisplayListItem, ICharacterReference
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( Layer l, bool rename ) : IDisplayListItem
PlaceObject ( ICharacter character, Layer layer, int clipDepth, Matrix matrix, string name, bool isMove, ColorTransform cxform, string className, int ratio ) : System.Diagnostics

Initializes a new instance of the PlaceObject class as a display list instruction to put an item onto the stage.

비공개 메소드들

메소드 설명
ToStringModelView ( int nest, StringBuilder sb ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( Layer l, bool rename ) : IDisplayListItem
l SWFProcessing.SWFModeller.Modelling.Layer
rename bool
리턴 IDisplayListItem

PlaceObject() 공개 메소드

Initializes a new instance of the PlaceObject class as a display list instruction to put an item onto the stage.
public PlaceObject ( ICharacter character, Layer layer, int clipDepth, Matrix matrix, string name, bool isMove, ColorTransform cxform, string className, int ratio ) : System.Diagnostics
character ICharacter
layer SWFProcessing.SWFModeller.Modelling.Layer
clipDepth int
matrix SWFProcessing.ModellingUtils.Geom.Matrix
name string
isMove bool
cxform SWFProcessing.SWFModeller.Characters.ColorTransform
className string
ratio int
리턴 System.Diagnostics