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

A frame on the timeline, which comprises a display list of instructions detailing what has changed on the stage for this frame.
Показать файл Открыть проект

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

Метод Описание
AddTag ( IDisplayListItem dlistItem ) : void

Add something to the display list. TODO: Rename this method?

Frame ( ) : System.Collections.Generic

Initializes a new instance of a Frame.

Приватные методы

Метод Описание
FindInstance ( string name ) : PlaceObject
RemoveDisplayListItem ( IDisplayListItem dli ) : void
ToStringModelView ( int nest, StringBuilder sb ) : void

Описание методов

AddTag() публичный Метод

Add something to the display list. TODO: Rename this method?
public AddTag ( IDisplayListItem dlistItem ) : void
dlistItem IDisplayListItem The item to add.
Результат void

Frame() публичный Метод

Initializes a new instance of a Frame.
public Frame ( ) : System.Collections.Generic
Результат System.Collections.Generic