Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.14 KB

holographiccamera_rendertargetsize.md

File metadata and controls

28 lines (20 loc) · 1.14 KB
-api-id -api-type -api-device-family-note ms.custom
P:Windows.Graphics.Holographic.HolographicCamera.RenderTargetSize
winrt property
xbox
19H1

Windows.Graphics.Holographic.HolographicCamera.RenderTargetSize

-description

Gets the dimensions in pixels of the back buffers allocated for this camera.

-property-value

The width and height of the HolographicCamera render target.

-remarks

Each frame, your application may set ViewportScaleFactor to decide how much of the back buffer to use for rendering. The system will scale the rendered image to fill the display.

To change the render target size for a HolographicCamera, retrieve its ViewConfiguration property and use it to call RequestRenderTargetSize.

-examples

-see-also

HolographicViewConfiguration.RenderTargetSize