Direct3D11CaptureFrame.Surface 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.
The Direct3D surface on which the frame was drawn.
public:
property IDirect3DSurface ^ Surface { IDirect3DSurface ^ get(); };
IDirect3DSurface Surface();
public IDirect3DSurface Surface { get; }
var iDirect3DSurface = direct3D11CaptureFrame.surface;
Public ReadOnly Property Surface As IDirect3DSurface
Property Value
The Direct3D surface on which the frame was drawn.