Click or drag to resize

ICallbackHandlerCaptureStarted Method

Notifies that a frame capture has begun.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void CaptureStarted(
	int width,
	int height,
	int pitch,
	TextureFormat format,
	bool flipVertical
)

Parameters

width  Int32
The width of the capture surface.
height  Int32
The height of the capture surface.
pitch  Int32
The number of bytes between lines in the captured frames.
format  TextureFormat
The format of captured frames.
flipVertical  Boolean
true if the image origin is bottom left instead of top left; otherwise, false.
See Also