CompositionPropertySet.InsertMatrix4x4(String, Matrix4x4) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a Matrix4x4 key-value pair.
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)
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
The key associated with the value. This key can be used to retrieve the value.