mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
956 B
956 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 |
Defined in
Properties
type
• type: string = 'Logical'
Defined in
x
• x: number
Defined in
y
• y: number