alphaTab.rendering.Bounds
Represents a rectangular area within the renderer music notation.
class BoundsProperties​
h​
Gets or sets the height of the rectangle.
- JavaScript
- C#
- Kotlin
h: number;double H { get; set; }var h: Doublew​
Gets or sets the width of the rectangle.
- JavaScript
- C#
- Kotlin
w: number;double W { get; set; }var w: Doublex​
Gets or sets the X-position of the rectangle within the music notation.
- JavaScript
- C#
- Kotlin
x: number;double X { get; set; }var x: Doubley​
Gets or sets the Y-position of the rectangle within the music notation.
- JavaScript
- C#
- Kotlin
y: number;double Y { get; set; }var y: DoubleMethods​
scaleWith​
(no description)
- JavaScript
- C#
- Kotlin
scaleWith(scale: number): voidvoid ScaleWith(double scale)fun scaleWith(scale: Double): Unit| Parameter | Summary |
|---|---|
scaleAll | (no description) |