Skip to main content

renderScore

since 0.9.6

Description​

This method initiates the rendering of the specified tracks of the given score.

Signatures​

function resizeRender(score, trackIndexes)JavaScript
void RenderScore(Score score, IList<double> trackIndexes).net

Parameters​

The score of which the tracks should be taken for rendering.
The indexes to the tracks which should be layed out and rendered.

Returns​

Nothing. The render result is computed asynchronously and can be obtained via events like partialRenderFinished.