IDCompositionDevice::CreateRotateTransform 方法 (dcomp.h)
建立 2D 旋轉轉換物件。
語法
HRESULT CreateRotateTransform(
[out] IDCompositionRotateTransform **rotateTransform
);
參數
[out] rotateTransform
類型: IDCompositionRotateTransform**
新的旋轉轉換物件。 此參數不得為 Null。
傳回值
類型: HRESULT
如果函式成功,則會傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼。 如需錯誤碼清單,請參閱 DirectComposition 錯誤碼 。
備註
新的 2D 旋轉轉換物件具有 Angle、CenterX 和 CenterY 屬性的靜態值零。
需求
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | dcomp.h |
程式庫 | Dcomp.lib |
Dll | Dcomp.dll |