다음을 통해 공유


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

삽입할 값입니다.

적용 대상