https://www.emgu.com/wiki/index.php/Emgu_TF
Get the pointer to the native status
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic override IntPtr Ptr { get; }
Public Overrides ReadOnly Property Ptr As IntPtr
Get
public:
virtual property IntPtr Ptr {
IntPtr get () override;
}
abstract Ptr : IntPtr with get
override Ptr : IntPtr with get
Property Value
Type:
IntPtr
See Also