Click or drag to resize

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
)

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