共用方式為


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

要插入的值。

適用於