Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 3.44 KB

nf-dcomp-idcompositionmatrixtransform-setmatrixelement(int_int_float).md

File metadata and controls

89 lines (67 loc) · 3.44 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.IDCompositionMatrixTransform.SetMatrixElement(int,int,float)
IDCompositionMatrixTransform::SetMatrixElement(int,int,float) (dcomp.h)
Changes the value of one element of the matrix of this transform.
IDCompositionMatrixTransform interface [DirectComposition]
SetMatrixElement method
IDCompositionMatrixTransform.SetMatrixElement
IDCompositionMatrixTransform.SetMatrixElement(int
int
float)
IDCompositionMatrixTransform::SetMatrixElement
IDCompositionMatrixTransform::SetMatrixElement(int
int
float)
SetMatrixElement
SetMatrixElement method [DirectComposition]
SetMatrixElement method [DirectComposition]
IDCompositionMatrixTransform interface
dcomp/IDCompositionMatrixTransform::SetMatrixElement
directcomp.idcompositionmatrixtransform_setmatrixelement
directcomp\idcompositionmatrixtransform_setmatrixelement.htm
directcomp
E95F44EC-532C-472C-8C1A-6B008CA97DC0
12/05/2018
IDCompositionMatrixTransform interface [DirectComposition],SetMatrixElement method, IDCompositionMatrixTransform.SetMatrixElement, IDCompositionMatrixTransform.SetMatrixElement(int,int,float), IDCompositionMatrixTransform::SetMatrixElement, IDCompositionMatrixTransform::SetMatrixElement(int,int,float), SetMatrixElement, SetMatrixElement method [DirectComposition], SetMatrixElement method [DirectComposition],IDCompositionMatrixTransform interface, dcomp/IDCompositionMatrixTransform::SetMatrixElement, directcomp.idcompositionmatrixtransform_setmatrixelement
dcomp.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Dcomp.lib
Dcomp.dll
Windows
19H1
IDCompositionMatrixTransform::SetMatrixElement
dcomp/IDCompositionMatrixTransform::SetMatrixElement
c++
APIRef
kbSyntax
COM
Dcomp.dll
IDCompositionMatrixTransform.SetMatrixElement

IDCompositionMatrixTransform::SetMatrixElement(int,int,float)

-description

Changes the value of one element of the matrix of this transform.

-parameters

-param row [in]

Type: int

The row index of the element to change. This value must be between 0 and 2, inclusive.

-param column [in]

Type: int

The column index of the element to change. This value must be between 0 and 1, inclusive.

-param value [in]

Type: float

The new value of the specified element.

-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 value parameter is NaN, positive infinity, or negative infinity.

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

-see-also

IDCompositionMatrixTransform