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, Matrix4x4 value) = SetMatrix4x4Parameter;
void SetMatrix4x4Parameter(winrt::hstring const & key, Matrix4x4 value);
public void SetMatrix4x4Parameter(string key, Matrix4x4 value);
Public Sub SetMatrix4x4Parameter (key As String, value As Matrix4x4)
Parameters
- key
- String
The name of the parameter to set.