IDCompositionScaleTransform3D::SetScaleX(float) method (dcomp.h)

Changes the value of the ScaleX property of a 3D scale transform. The ScaleX property specifies the scale factor along the x-axis.

Syntax

HRESULT SetScaleX(
  [in] float scaleX
);

Parameters

[in] scaleX

Type: float

The new x-axis scale factor.

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

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

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

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dcomp.h
Library Dcomp.lib
DLL Dcomp.dll

See also

IDCompositionScaleTransform3D

IDCompositionScaleTransform3D::SetScaleY

IDCompositionScaleTransform3D::SetScaleZ