BgfxRequestScreenShot(FrameBuffer, String) Method |
Requests that a screenshot be saved. The ScreenshotTaken event will be fired to save the result.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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