C# Class SWFProcessing.SWFModeller.PlaceObject

A display list instruction that places an item onto the stage.
Inheritance: IDisplayListItem, ICharacterReference
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ToStringModelView ( int nest, StringBuilder sb ) : void

Method Details

Clone() public méthode

public Clone ( Layer l, bool rename ) : IDisplayListItem
l SWFProcessing.SWFModeller.Modelling.Layer
rename bool
Résultat IDisplayListItem

PlaceObject() public méthode

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
Résultat System.Diagnostics