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 void | Dispose() |
virtual void | Release() Frees the underlying data. |
Public Properties
Name | |
---|---|
string | Data Pointer to the binary capture data. |
ulong | Size Size in bytes of the data pointed by Data. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
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;