UnmanagedObjectPtr Property |
http://www.emgu.com
Pointer to the unmanaged object
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic IntPtr Ptr { get; }
Public ReadOnly Property Ptr As IntPtr
Get
public:
virtual property IntPtr Ptr {
IntPtr get () sealed;
}
abstract Ptr : IntPtr with get
override Ptr : IntPtr with get
Property Value
Type:
IntPtr
See Also