HolographicViewConfiguration.NativeRenderTargetSize Property
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.
Gets the native render target size for this HolographicViewConfiguration.
public:
property Size NativeRenderTargetSize { Size get(); };
Size NativeRenderTargetSize();
public Size NativeRenderTargetSize { get; }
var size = holographicViewConfiguration.nativeRenderTargetSize;
Public ReadOnly Property NativeRenderTargetSize As Size
Property Value
A Size representing the native render target size for the HolographicViewConfiguration.
Remarks
For HolographicViewConfiguration objects which are of kind Display, this represents the width and height of the display mode.
For HolographicViewConfiguration objects which are of kind PhotoVideoCamera, this represents the native capture resolution for the rendered portion of the image.