Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 3.11 KB

nf-dcomp-idcompositionrotatetransform-setcenterx(float).md

File metadata and controls

83 lines (62 loc) · 3.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dcomp.IDCompositionRotateTransform.SetCenterX(float)
IDCompositionRotateTransform::SetCenterX (dcomp.h)
Changes the value of the CenterX property of a 2D rotation transform.
IDCompositionRotateTransform interface [DirectComposition]
SetCenterX method
IDCompositionRotateTransform.SetCenterX
IDCompositionRotateTransform::SetCenterX
IDCompositionRotateTransform::SetCenterX(float)
SetCenterX
SetCenterX method [DirectComposition]
SetCenterX method [DirectComposition]
IDCompositionRotateTransform interface
dcomp/IDCompositionRotateTransform::SetCenterX
directcomp.idcompositionrotatetransform_setcenterx_float
directcomp\idcompositionrotatetransform_setcenterx_float.htm
directcomp
A1E2E033-031E-4781-9FCC-DC3190CCAB61
12/05/2018
IDCompositionRotateTransform interface [DirectComposition],SetCenterX method, IDCompositionRotateTransform.SetCenterX, IDCompositionRotateTransform::SetCenterX, IDCompositionRotateTransform::SetCenterX(float), SetCenterX, SetCenterX method [DirectComposition], SetCenterX method [DirectComposition],IDCompositionRotateTransform interface, dcomp/IDCompositionRotateTransform::SetCenterX, directcomp.idcompositionrotatetransform_setcenterx_float
dcomp.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Dcomp.lib
Dcomp.dll
Windows
19H1
IDCompositionRotateTransform::SetCenterX
dcomp/IDCompositionRotateTransform::SetCenterX
c++
APIRef
kbSyntax
COM
Dcomp.dll
IDCompositionRotateTransform.SetCenterX

IDCompositionRotateTransform::SetCenterX

-description

Changes the value of the CenterX property of a 2D rotation transform. The CenterX property specifies the x-coordinate of the point about which the rotation is performed.

-parameters

-param centerX [in]

Type: float

The new x-coordinate of the center point.

-returns

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

This method fails if the centerX parameter is NaN, positive infinity, or negative infinity.

If the CenterX property was previously animated, this method removes the animation and sets the CenterX property to the specified static value.

-see-also

IDCompositionRotateTransform

IDCompositionRotateTransform::SetCenterY