Create a MCvSubdiv2DEdge from the specific edge

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public MCvSubdiv2DEdge(
	IntPtr e
)
Visual Basic (Declaration)
Public Sub New ( _
	e As IntPtr _
)
Visual C++
public:
MCvSubdiv2DEdge(
	IntPtr e
)

Parameters

e
Type: System..::.IntPtr
the edge

See Also