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

Public Functions

Name
virtual voidDispose()
virtual voidRelease()
Frees the underlying data.

Public Properties

Name
stringData
Pointer to the binary capture data.
ulongSize
Size in bytes of the data pointed by Data.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function Release

virtual void Release()

Frees the underlying data.

Public Property Documentation

property Data

string Data;

Pointer to the binary capture data.

property Size

ulong Size;

Size in bytes of the data pointed by Data.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;