HolographicCameraPose.Viewport Property

Definition

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.

Applies to