Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 800 Bytes

compositionanimation_setmatrix4x4parameter_1026760932.md

File metadata and controls

26 lines (18 loc) · 800 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionAnimation.SetMatrix4x4Parameter(System.String,Windows.Foundation.Numerics.Matrix4x4)
winrt method

Microsoft.UI.Composition.CompositionAnimation.SetMatrix4x4Parameter

-description

Sets a Matrix4x4 value parameter for use with an ExpressionAnimation or an expression keyframe.

-parameters

-param key

The name of the parameter to set.

-param value

The Matrix4x4 value.

-remarks

-examples

-see-also