Skip to main content

alphaTab.rendering.Bounds

Represents a rectangular area within the renderer music notation.

 class Bounds

Properties​

h​

Gets or sets the height of the rectangle.

h: number;

w​

Gets or sets the width of the rectangle.

w: number;

x​

Gets or sets the X-position of the rectangle within the music notation.

x: number;

y​

Gets or sets the Y-position of the rectangle within the music notation.

y: number;

Methods​

scaleWith​

(no description)

scaleWith(scale: number): void
ParameterSummary
scaleAll

(no description)