HolographicViewConfiguration.NativeRenderTargetSize Property

Definition

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.

Applies to