| DisposableObjectAllocGCHandle Method |
Pins the object to be allocated by cvSetData.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected GCHandle AllocGCHandle(
Object obj
)
Protected Function AllocGCHandle (
obj As Object
) As GCHandle
protected:
GCHandle AllocGCHandle(
Object^ obj
)
member AllocGCHandle :
obj : Object -> GCHandle
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:OpenCvSharp.DisposableObject.AllocGCHandle(System.Object)"]
Return Value
Type:
GCHandle[Missing <returns> documentation for "M:OpenCvSharp.DisposableObject.AllocGCHandle(System.Object)"]
See Also