CVROverlay.GetOverlayTextureBounds(UInt64, VRTextureBounds_t) Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError GetOverlayTextureBounds(System::UInt64 ulOverlayHandle, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VRTextureBounds_t % pOverlayTextureBounds);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError GetOverlayTextureBounds (ulong ulOverlayHandle, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VRTextureBounds_t pOverlayTextureBounds);
member this.GetOverlayTextureBounds : uint64 * VRTextureBounds_t -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function GetOverlayTextureBounds (ulOverlayHandle As ULong, ByRef pOverlayTextureBounds As VRTextureBounds_t) As EVROverlayError

Parameters

ulOverlayHandle
UInt64
pOverlayTextureBounds
VRTextureBounds_t

Returns

EVROverlayError

Applies to