Skip to main content

alphaTab.rendering.NoteBounds

Represents the bounds of a single note

 class NoteBounds

Properties​

beatBounds​

Gets or sets the reference to the beat boudns this note relates to.

beatBounds: BeatBounds;

note​

Gets or sets the note related to this instance.

note: Note;

noteHeadBounds​

Gets or sets the bounds of the individual note head.

noteHeadBounds: Bounds;

Methods​

finish​

Finishes the lookup object and optimizes itself for fast access.

finish(scale?: number): void
ParameterSummary
scaleAll

(no description)