CompositionAnimation.SetMatrix4x4Parameter(String, Matrix4x4) Method

Definition

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

public:
 virtual void SetMatrix4x4Parameter(Platform::String ^ key, float4x4 value) = SetMatrix4x4Parameter;
void SetMatrix4x4Parameter(winrt::hstring const& key, float4x4 const& value);
public void SetMatrix4x4Parameter(string key, Matrix4x4 value);
function setMatrix4x4Parameter(key, value)
Public Sub SetMatrix4x4Parameter (key As String, value As Matrix4x4)

Parameters

key
String

Platform::String

winrt::hstring

The name of the parameter to set.

value
Matrix4x4 Matrix4x4

float4x4

The Matrix4x4 value.

Applies to