NativeMethodscvSubdiv2DLocate Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSubdiv2DLocate(System.IntPtr,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,System.IntPtr@)"]

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

public static CvSubdiv2DPointLocation cvSubdiv2DLocate(
	IntPtr subdiv,
	CvPoint2D32f pt,
	out CvSubdiv2DEdge edge,
	ref IntPtr vertex
)

Parameters

subdiv
Type: SystemIntPtr

[Missing <param name="subdiv"/> documentation for "M:OpenCvSharp.NativeMethods.cvSubdiv2DLocate(System.IntPtr,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,System.IntPtr@)"]

pt
Type: OpenCvSharpCvPoint2D32f

[Missing <param name="pt"/> documentation for "M:OpenCvSharp.NativeMethods.cvSubdiv2DLocate(System.IntPtr,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,System.IntPtr@)"]

edge
Type: OpenCvSharpCvSubdiv2DEdge

[Missing <param name="edge"/> documentation for "M:OpenCvSharp.NativeMethods.cvSubdiv2DLocate(System.IntPtr,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,System.IntPtr@)"]

vertex
Type: SystemIntPtr

[Missing <param name="vertex"/> documentation for "M:OpenCvSharp.NativeMethods.cvSubdiv2DLocate(System.IntPtr,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,System.IntPtr@)"]

Return Value

Type: CvSubdiv2DPointLocation

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvSubdiv2DLocate(System.IntPtr,OpenCvSharp.CvPoint2D32f,OpenCvSharp.CvSubdiv2DEdge@,System.IntPtr@)"]

See Also

Reference