NativeMethodscvSeqSort Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSort(System.IntPtr,OpenCvSharp.CvCmpFunc,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvSeqSort(
	IntPtr seq,
	CvCmpFunc func,
	IntPtr userdata
)

Parameters

seq
Type: SystemIntPtr

[Missing <param name="seq"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSort(System.IntPtr,OpenCvSharp.CvCmpFunc,System.IntPtr)"]

func
Type: OpenCvSharpCvCmpFunc

[Missing <param name="func"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSort(System.IntPtr,OpenCvSharp.CvCmpFunc,System.IntPtr)"]

userdata
Type: SystemIntPtr

[Missing <param name="userdata"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSort(System.IntPtr,OpenCvSharp.CvCmpFunc,System.IntPtr)"]

See Also

Reference