IDCompositionDevice2::CreateRotateTransform3D method (dcomp.h)
Creates a 3D rotation transform object.
Syntax
HRESULT CreateRotateTransform3D(
[out] IDCompositionRotateTransform3D **rotateTransform3D
);
Parameters
[out] rotateTransform3D
Type: IDCompositionRotateTransform3D**
The new 3D rotation transform object. This parameter must not be NULL.
Return value
Type: HRESULT
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See DirectComposition Error Codes for a list of error codes.
Remarks
A new 3D rotation transform object has a default static value of zero for the Angle, CenterX, CenterY, CenterZ, AxisX, and AxisY properties, and a default static value of 1.0 for the AxisZ property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Target Platform | Windows |
Header | dcomp.h |
Library | Dcomp.lib |
DLL | Dcomp.dll |