C# Класс SWFProcessing.SWFModeller.PlaceObject

A display list instruction that places an item onto the stage.
Наследование: IDisplayListItem, ICharacterReference
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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