Skip to main content

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

The x-coordinate of the point.

y number

The y-coordinate of the point.

See Also