BgfxRequestScreenShot Method (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 public static void RequestScreenShot(
string filePath
)
Parameters
- filePath
- Type: SystemString
The file path that will be passed to the callback event.
See Also