setFromScalars Method
Set the x and y components directly.
setFromScalars(x: number, y: number): void
| Parameter | Type | Description |
|---|---|---|
| x | number | Must be an integer in the range [0, 0xffff] |
| y | number | Must be an integer in the range [0, 0xffff] |
Returns - void
Defined in
- core/common/src/QPoint.ts Line 210
Last Updated: 20 June, 2023