mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
828 B
828 B
@tauri-apps/api / window / LogicalPosition
Class: LogicalPosition
window.LogicalPosition
A position represented in logical pixels.
Constructors
constructor
new LogicalPosition(x, y)
Parameters
| Name | Type |
|---|---|
x |
number |
y |
number |
Properties
type
type: string = 'Logical'
Defined in
x
x: number
Defined in
y
y: number