Skip to main content

alphaTab.rendering.BarBounds

Description

Represents the boundaries of a single bar.

 class BarBounds

Properties

bar

Gets or sets the bar related to this boundaries.

beats

Gets or sets a list of the beats contained in this lookup.

masterBarBounds

Gets or sets the reference to the related MasterBarBounds

realBounds

Gets or sets the actual bounds of the elements in this bar including whitespace areas.

visualBounds

Gets or sets the bounds covering all visually visible elements spanning this bar.

Methods

addBeat(BeatBounds)

Adds a new beat to this lookup.

findBeatAtPos(number)

Tries to find the beat at the given X-position.

finish(number)

Finishes the lookup object and optimizes itself for fast access.