IDirectManipulationPrimaryContent::SetSnapType 方法 (directmanipulation.h)
指定貼齊點的類型。
語法
HRESULT SetSnapType(
[in] DIRECTMANIPULATION_MOTION_TYPES motion,
[in] DIRECTMANIPULATION_SNAPPOINT_TYPE type
);
參數
[in] motion
一或多個 DIRECTMANIPULATION_MOTION_TYPES 列舉值。
[in] type
其中一個 DIRECTMANIPULATION_SNAPPOINT_TYPE 列舉值。
如果設定為 DIRECTMANIPULATION_SNAPPOINT_TYPE_NONE,則會清除 透過 SetSnapPoints 或SetSnapInterval 指定的貼齊點。
傳回值
如果方法成功,它會 傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | directmanipulation.h |