CVRExtendedDisplay.GetEyeOutputViewport Method

Definition

public:
 void GetEyeOutputViewport(Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVREye eEye, System::UInt32 % pnX, System::UInt32 % pnY, System::UInt32 % pnWidth, System::UInt32 % pnHeight);
public void GetEyeOutputViewport (Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVREye eEye, ref uint pnX, ref uint pnY, ref uint pnWidth, ref uint pnHeight);
member this.GetEyeOutputViewport : Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVREye * uint32 * uint32 * uint32 * uint32 -> unit
Public Sub GetEyeOutputViewport (eEye As EVREye, ByRef pnX As UInteger, ByRef pnY As UInteger, ByRef pnWidth As UInteger, ByRef pnHeight As UInteger)

Parameters

eEye
EVREye
pnX
UInt32
pnY
UInt32
pnWidth
UInt32
pnHeight
UInt32

Applies to