共用方式為


IDirectManipulationPrimaryContent::GetCenterPoint 方法 (directmanipulation.h)

擷取內容座標中操作的中心點。 如果沒有進行中的操作,會擷取檢視區的中心點。

語法

HRESULT GetCenterPoint(
  [out] float *centerX,
  [out] float *centerY
);

參數

[out] centerX

水準軸上的中心。

[out] centerY

垂直軸上的中央。

傳回值

如果方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

需求

   
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 directmanipulation.h

另請參閱

IDirectManipulationPrimaryContent