StructurePointerT Conversion (StructurePointerT to IntPtr)
|
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator IntPtr (
StructurePointer<T> self
)
Public Shared Widening Operator CType (
self As StructurePointer(Of T)
) As IntPtr
static implicit operator IntPtr (
StructurePointer<T>^ self
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- self
- Type: OpenCvSharp.UtilStructurePointerT
Return Value
Type:
IntPtr
See Also