CompositionAnimation.SetMatrix3x2Parameter(String, Matrix3x2) Method

Definition

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

public:
 virtual void SetMatrix3x2Parameter(Platform::String ^ key, float3x2 value) = SetMatrix3x2Parameter;
void SetMatrix3x2Parameter(winrt::hstring const& key, float3x2 const& value);
public void SetMatrix3x2Parameter(string key, Matrix3x2 value);
function setMatrix3x2Parameter(key, value)
Public Sub SetMatrix3x2Parameter (key As String, value As Matrix3x2)

Parameters

key
String

Platform::String

winrt::hstring

The name of the parameter to set.

value
Matrix3x2 Matrix3x2

float3x2

The Matrix3x2 value.

Applies to