Click or drag to resize

BgfxRequestScreenShot(FrameBuffer, String) Method

Requests that a screenshot be saved. The ScreenshotTaken event will be fired to save the result.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void RequestScreenShot(
	FrameBuffer frameBuffer,
	string filePath
)

Parameters

frameBuffer  FrameBuffer
The frame buffer to save.
filePath  String
The file path that will be passed to the callback event.
See Also