HolographicViewConfiguration.RenderTargetSize Property

Definition

Gets the render target size for this HolographicViewConfiguration.

public:
 property Size RenderTargetSize { Size get(); };
Size RenderTargetSize();
public Size RenderTargetSize { get; }
var size = holographicViewConfiguration.renderTargetSize;
Public ReadOnly Property RenderTargetSize As Size

Property Value

A Size representing the render target size for this HolographicViewConfiguration.

Applies to

See also