Skip to content
SiteEmail

cohtml.Net.FrameCapture

Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View.BeginCaptureDebugFrame and View.CaptureSingleDebugFrame methods. Release() must be called after finished using the data to free the memory.

Inherits from SystemIDisposable

Name
virtual voidDispose()
virtual voidRelease()
Frees the underlying data.
Name
stringData
Pointer to the binary capture data.
ulongSize
Size in bytes of the data pointed by Data.
Name
boolswigCMemOwn
virtual void Dispose()
virtual void Release()

Frees the underlying data.

string Data;

Pointer to the binary capture data.

ulong Size;

Size in bytes of the data pointed by Data.

bool swigCMemOwn;