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

constructor(x, y) Constructor

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

Declaration

constructor(
    x: number,
    y: number
)

Parameters

Name Type Description
x number

An integer value specifying the x-coordinate of the point.

y number

An integer value specifying the y-coordinate of the point.

See Also