Tauri LogicalPosition
以逻辑像素表示的位置。
Since: 1.0.0
构造 函数
constructor
new LogicalPosition(x
:number
,y
:number
):LogicalPosition
参数
名字 | 类型 |
---|---|
x | number |
y | number |
Defined in: window.ts:163
性能
type
type: string
='Logical'
Defined in: window.ts:159
x
x: number
Defined in: window.ts:160
y
y: number
Defined in: window.ts:161