C# Класс SWFProcessing.SWF2HTML.Model.JQueryCanvasApp

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
BuildDictionary void
JQueryCanvasApp System.Collections.Generic
RegisterTimeline string
ShapeToJS string

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

Метод Описание
JQueryCanvasApp ( string ID, SWF swf, SWF2HTMLOptions options ) : System.Collections.Generic
Render ( bool standalone ) : byte[]

Render the SWF as a canvas element

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

Метод Описание
BuildDictionary ( Timeline timeline, StringBuilder buff ) : void
JQueryCanvasApp ( ) : System.Collections.Generic
RegisterTimeline ( Timeline t ) : string
ShapeToJS ( Shape shape ) : string

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

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

public JQueryCanvasApp ( string ID, SWF swf, SWF2HTMLOptions options ) : System.Collections.Generic
ID string
swf SWFProcessing.SWFModeller.SWF
options SWF2HTMLOptions
Результат System.Collections.Generic

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

Render the SWF as a canvas element
public Render ( bool standalone ) : byte[]
standalone bool If true, the output HTML will be a complete /// HTML file containing all that it needs to run. If false, you need to make /// sure you put it in a friendly HTML5 environment where jQuery and the /// player script are available.
Результат byte[]