Determined whether the specified node is occupied or not
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function CV_IS_SET_ELEM ( _
ptr As IntPtr _
) As Boolean
Parameters
- ptr
- IntPtr
Pointer to the node
Return Value
true if the specified node is occupied
See Also