CompositeVideoFrameContext.SurfacesToOverlay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of Direct3D surfaces to be used in an overlay operation.
public:
property IVectorView<IDirect3DSurface ^> ^ SurfacesToOverlay { IVectorView<IDirect3DSurface ^> ^ get(); };
IVectorView<IDirect3DSurface> SurfacesToOverlay();
public IReadOnlyList<IDirect3DSurface> SurfacesToOverlay { get; }
var iVectorView = compositeVideoFrameContext.surfacesToOverlay;
Public ReadOnly Property SurfacesToOverlay As IReadOnlyList(Of IDirect3DSurface)
Property Value
The list of Direct3D surfaces to be used in an overlay operation.