HolographicCameraPose.Viewport 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 viewport rectangle that the app must render to for this camera in this frame.
public:
property Rect Viewport { Rect get(); };
Rect Viewport();
public Rect Viewport { get; }
var rect = holographicCameraPose.viewport;
Public ReadOnly Property Viewport As Rect
Property Value
The viewport rect.
Remarks
To shrink this viewport for future frames, set the ViewportScaleFactor on the HolographicCamera.