OclDeviceNativeDevicePointer Property |
http://www.emgu.com
Get the native device pointer
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic IntPtr NativeDevicePointer { get; }
Public ReadOnly Property NativeDevicePointer As IntPtr
Get
public:
property IntPtr NativeDevicePointer {
IntPtr get ();
}
member NativeDevicePointer : IntPtr with get
Property Value
Type:
IntPtr
See Also