alphaTab.rendering.NoteBounds
Represents the bounds of a single note
class NoteBoundsProperties​
beatBounds​
Gets or sets the reference to the beat boudns this note relates to.
- JavaScript
- C#
- Kotlin
note​
Gets or sets the note related to this instance.
noteHeadBounds​
Gets or sets the bounds of the individual note head.
Methods​
finish​
Finishes the lookup object and optimizes itself for fast access.
- JavaScript
- C#
- Kotlin
finish(scale?: number): voidvoid Finish(double? scale)fun finish(scale: Double?): Unit| Parameter | Summary |
|---|---|
scaleAll | (no description) |