DeviceNativeDevicePointer Property |
http://www.emgu.com
Get the native device pointer
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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