Table of Contents

Enum D3D11WindowCaptureMode

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

D3D11 window capture mode for screen capture source.

public enum D3D11WindowCaptureMode

Fields

Default = 0

Default window capture mode.

Uses the default behavior for window capture.

ClientOnly = 1

Client area only capture mode.

Captures only the client area of the window, excluding the window frame and title bar.

FullWindow = 2

Full window capture mode.

Captures the entire window including the frame and title bar.

Remarks

This enum determines how window capture is performed when using Windows Graphics Capture (WGC) API.