ICallbackHandlerSaveScreenShot Method |
Save a captured screenshot.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid SaveScreenShot(
string path,
int width,
int height,
int pitch,
IntPtr data,
int size,
bool flipVertical
)
Parameters
- path String
- The path at which to save the image.
- width Int32
- The width of the image.
- height Int32
- The height of the image.
- pitch Int32
- The number of bytes between lines in the image.
- data IntPtr
- A pointer to the image data to save.
- size Int32
- The size of the image memory.
- flipVertical Boolean
- true if the image origin is bottom left instead of top left; otherwise, false.
See Also