Share via


Direct3D11CaptureFrame.Surface Property

Definition

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.

Applies to