Click or drag to resize
AB4D logo

DXDiagnosticsIsCaptureFrameSupported Method

Returns true if programmatical capture of frame into Visual Studio Graphics Debugging is supported. Capture is supported on Windows 8.1 and newer operating system, with installed Windows Software Development Kit (SDK) and only when the Visual Studio Graphics Debugging is running.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static bool IsCaptureFrameSupported()

Return Value

Boolean
true if programmatical capture of frame is supported
See Also