NativeRendererInfo.ProjectionMatrix Property
Gets the current projection matrix.
Syntax
public DoubleCollection ProjectionMatrix { get; }
Property Value
The current projection matrix.
Remarks
This property holds the current 4x4 projection 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