constructor(x, y) Constructor
In This Article
Initializes a new instance of the ASPxClientPoint object. For internal use only.
#Declaration
TypeScript
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