HolographicViewConfiguration.RenderTargetSize 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 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.