alphaTab.rendering.RenderFinishedEventArgs
Description
This eventargs define the details about the rendering and layouting process and are provided whenever a part of of the music sheet is rendered.
class RenderFinishedEventArgs
Properties
firstMasterBarIndex | Gets or sets the index of the first masterbar that was rendered in this result. |
height | Gets or sets the height of the current rendering result. |
id | Gets or sets the unique id of this event args. |
lastMasterBarIndex | Gets or sets the index of the last masterbar that was rendered in this result. |
renderResult | Gets or sets the render engine specific result object which contains the rendered music sheet. |
totalHeight | Gets or sets the currently known total height of the final music sheet. |
totalWidth | Gets or sets the currently known total width of the final music sheet. |
width | Gets or sets the width of the current rendering result. |
x | Gets or sets the x position of the current rendering result. |
y | Gets or sets the y position of the current rendering result. |