ScopedGCHandleToIntPtr Method 
             | 
          
        
          
    Namespace: 
   OpenCvSharp.Util
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static IntPtr ToIntPtr(
	ScopedGCHandle value
)
Public Shared Function ToIntPtr ( 
	value As ScopedGCHandle
) As IntPtr
public:
static IntPtr ToIntPtr(
	ScopedGCHandle^ value
)
static member ToIntPtr : 
        value : ScopedGCHandle -> IntPtr 
OpenCvSharp.Util.ScopedGCHandle.ToIntPtr = function(value);
Parameters
- value
 - Type: OpenCvSharp.UtilScopedGCHandle
 
Return Value
Type: 
IntPtr
See Also