CompositeVideoFrameContext.GetOverlayForSurface(IDirect3DSurface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所提供 Direct3D 介面的 MediaOverlay 物件。
public:
virtual MediaOverlay ^ GetOverlayForSurface(IDirect3DSurface ^ surfaceToOverlay) = GetOverlayForSurface;
MediaOverlay GetOverlayForSurface(IDirect3DSurface const& surfaceToOverlay);
public MediaOverlay GetOverlayForSurface(IDirect3DSurface surfaceToOverlay);
function getOverlayForSurface(surfaceToOverlay)
Public Function GetOverlayForSurface (surfaceToOverlay As IDirect3DSurface) As MediaOverlay
參數
- surfaceToOverlay
- IDirect3DSurface
Direct3D 表面。
傳回
已建立的 MediaOverlay 物件。