IDirectManipulationContent::SetContentRect 方法 (directmanipulation.h)
指定內容的周框,相對於其檢視區。
語法
HRESULT SetContentRect(
[in] const RECT *contentSize
);
參數
[in] contentSize
內容的周框。
傳回值
如果方法成功,它會 傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
默認周框是 ( FLT_MAX、-FLT_MAX、FLT_MAX FLT_MAX) 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | directmanipulation.h |