CompositionPropertySet.InsertMatrix3x2(String, Matrix3x2) Method

Definition

Inserts a Matrix3x2 key-value pair.

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

Parameters

propertyName
String

Platform::String

winrt::hstring

The key associated with the value. This key can be used to retrieve the value.

value
Matrix3x2 Matrix3x2

float3x2

The value to insert.

Applies to