次の方法で共有


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

挿入する値。

適用対象