| DisposableObjectDataHandle Property |
Gets or sets a handle which allocates using cvSetData.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected GCHandle DataHandle { get; }
Protected ReadOnly Property DataHandle As GCHandle
Get
protected:
property GCHandle DataHandle {
GCHandle get ();
}
member DataHandle : GCHandle with get
Property Value
Type:
GCHandleSee Also