Skip to content

API Reference / @gtkx/cairo / Point

Type Alias: Point

Point = object

Defined in: types.d.ts:88

A position in user or device space.

Properties

x

x: number

Defined in: types.d.ts:90

Horizontal coordinate.


y

y: number

Defined in: types.d.ts:92

Vertical coordinate.

Released under the MPL-2.0 License.