C# Class SWFProcessing.SWFModeller.PlaceObject

A display list instruction that places an item onto the stage.
Inheritance: IDisplayListItem, ICharacterReference
ファイルを表示 Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
ToStringModelView ( int nest, StringBuilder sb ) : void

Method Details

Clone() public method

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

PlaceObject() public method

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
return System.Diagnostics