renderScore
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 |
fun renderScore(score: alphaTab.model.Score?, trackIndexes: alphaTab.collections.DoubleList?): UnitAndroid |
Parameters​
Parameters | Type | Summary |
---|---|---|
scoreAll | AlphaTab.Model.Score | The score of which the tracks should be taken for rendering. |
trackIndexesAll | int[] | 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
.