NativeRendererInfo.ViewMatrix Property
Gets the current view matrix.
Syntax
public DoubleCollection ViewMatrix { get; }
Property Value
The current view matrix.
Remarks
This property holds the current 4x4 view matrix used by the drawable, as 16 doubles in row-major order. The custom native rendering code must pass this matrix down to the GPU, it is not done automatically.
Platforms
Windows, Linux, Android