CompositionAnimation.SetMatrix4x4Parameter(String, Matrix4x4) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.