Partilhar via


CompositionPropertySet.InsertMatrix3x2(String, Matrix3x2) Método

Definição

Insere um par de chave-valor Matrix3x2.

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)

Parâmetros

propertyName
String

Platform::String

winrt::hstring

A chave associada ao valor . Essa chave pode ser usada para recuperar o valor.

value
Matrix3x2 Matrix3x2

float3x2

O valor a ser inserido.

Aplica-se a