次の方法で共有


CompositionPropertySet.InsertMatrix4x4(String, Matrix4x4) メソッド

定義

Matrix4x4 キーと値のペアを挿入します。

public:
 virtual void InsertMatrix4x4(Platform::String ^ propertyName, float4x4 value) = InsertMatrix4x4;
void InsertMatrix4x4(winrt::hstring const& propertyName, float4x4 const& value);
public void InsertMatrix4x4(string propertyName, Matrix4x4 value);
function insertMatrix4x4(propertyName, value)
Public Sub InsertMatrix4x4 (propertyName As String, value As Matrix4x4)

パラメーター

propertyName
String

Platform::String

winrt::hstring

値に関連付けられているキー。 このキーを使用して値を取得できます。

value
Matrix4x4 Matrix4x4

float4x4

挿入する値。

適用対象