Click or drag to resize

BgfxRequestScreenShot Method (FrameBuffer, String)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void RequestScreenShot(
	FrameBuffer frameBuffer,
	string filePath
)

Parameters

frameBuffer
Type: Internal.SharpBgfxFrameBuffer
The frame buffer to save.
filePath
Type: SystemString
The file path that will be passed to the callback event.
See Also