Skip to main content
A newer version of this page is available. .

constructor(x, y, width, height) Constructor

Initializes a new instance of the ASPxClientRect object. For internal use only.

Declaration

constructor(
    x: number,
    y: number,
    width: number,
    height: number
)

Parameters

Name Type Description
x number

An integer value specifying the x-coordinate of the upper-left corner of the rectangle.

y number

An integer value specifying the y-coordinate of the upper-left corner of the rectangle.

width number

An integer value specifying the rectangle width.

height number

An integer value specifying the rectangle height.

See Also