Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 853 Bytes

holographicspace_createforcorewindow_1849825339.md

File metadata and controls

28 lines (20 loc) · 853 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Graphics.Holographic.HolographicSpace.CreateForCoreWindow(Windows.UI.Core.CoreWindow)
winrt method
xbox

Windows.Graphics.Holographic.HolographicSpace.CreateForCoreWindow

-description

Creates a HolographicSpace that corresponds with the specified window's CoreApplicationView.

-parameters

-param window

The window to create a HolographicSpace for.

-returns

The HolographicSpace.

-remarks

Calling this method permanently assigns the CoreApplicationView to be holographic. You may no longer call IDXGIFactory2::CreateSwapChainForCoreWindow after calling this method, or vice versa.

-examples

-see-also