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