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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void CaptureStarted(
	int width,
	int height,
	int pitch,
	TextureFormat format,
	bool flipVertical
)

Parameters

width
Type: SystemInt32
The width of the capture surface.
height
Type: SystemInt32
The height of the capture surface.
pitch
Type: SystemInt32
The number of bytes between lines in the captured frames.
format
Type: Internal.SharpBgfxTextureFormat
The format of captured frames.
flipVertical
Type: SystemBoolean
true if the image origin is bottom left instead of top left; otherwise, false.
See Also