CompositionPropertySet.InsertMatrix3x2(String, Matrix3x2) 方法

定义

插入 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)

参数

propertyName
String

Platform::String

winrt::hstring

与值关联的键。 此键可用于检索值。

value
Matrix3x2 Matrix3x2

float3x2

要插入的值。

适用于