C# Class AlphaTab.Platform.JavaScript.JsApi

Inheritance: JsApiBase
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
JsApi ( SharpKit.Html.HtmlElement element, object options ) : System
Load ( object data ) : void
Render ( ) : void
Tex ( string contents ) : void

Méthodes protégées

Méthode Description
CreateScoreRenderer ( Settings settings ) : IScoreRenderer

Method Details

CreateScoreRenderer() protected méthode

protected CreateScoreRenderer ( Settings settings ) : IScoreRenderer
settings Settings
Résultat IScoreRenderer

JsApi() public méthode

public JsApi ( SharpKit.Html.HtmlElement element, object options ) : System
element SharpKit.Html.HtmlElement
options object
Résultat System

Load() public méthode

public Load ( object data ) : void
data object
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

Tex() public méthode

public Tex ( string contents ) : void
contents string
Résultat void