Header menu logo fable-electron-docs-api

Point Type

[!NOTE] Both x and y must be whole integers, when providing a point object as input to an Electron API we will automatically round your x and y values to the nearest whole integer.

Constructors

Constructor Description

Point(x, y)

Full Usage: Point(x, y)

Parameters:
    x : float -
    y : float -

Returns: Point
x : float

y : float

Returns: Point

Instance members

Instance member Description

this.x

Full Usage: this.x

this.y

Full Usage: this.y

Type something to start searching.