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
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| virtual void | Release() Frees the underlying data. |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| string | Data Pointer to the binary capture data. |
| ulong | Size Size in bytes of the data pointed by Data. |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function Release
Section titled “function Release”virtual void Release()Frees the underlying data.
Public Property Documentation
Section titled “Public Property Documentation”property Data
Section titled “property Data”string Data;Pointer to the binary capture data.
property Size
Section titled “property Size”ulong Size;Size in bytes of the data pointed by Data.
Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.