Tauri PhysicalPosition

2024-02-06 16:36 更新

以物理像素表示的位置。

Since: 1.0.0

構(gòu)造 函數(shù)?

constructor?
new PhysicalPosition(: , : ): PhysicalPositionxnumberynumber

參數(shù)

名字類(lèi)型
xnumber
ynumber

Defined in: window.ts:179

性能?

type?
type: string = 'Physical'

Defined in: window.ts:175

x?
x: number

Defined in: window.ts:176

y?
y: number

Defined in: window.ts:177

方法?

toLogical?
toLogical(: ): LogicalPositionscaleFactornumber

將物理位置轉(zhuǎn)換為邏輯位置。

import { appWindow } from '@tauri-apps/api/window';
const factor = await appWindow.scaleFactor();
const position = await appWindow.innerPosition();
const logical = position.toLogical(factor);

參數(shù)

名字類(lèi)型
scaleFactornumber

Returns: LogicalPosition


以上內(nèi)容是否對(duì)您有幫助:
在線(xiàn)筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)