CompositionAnimation.SetMatrix3x2Parameter(String, Matrix3x2) 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 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.