CVROverlay.SetOverlayTextureBounds(UInt64, VRTextureBounds_t) Method

Definition

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

Parameters

ulOverlayHandle
UInt64
pOverlayTextureBounds
VRTextureBounds_t

Returns

EVROverlayError

Applies to