Get the ith subdivision point

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

Syntax

C#
public MCvSubdiv2DPoint GetCvSubdiv2DPoint(
	int index
)
Visual Basic (Declaration)
Public Function GetCvSubdiv2DPoint ( _
	index As Integer _
) As MCvSubdiv2DPoint
Visual C++
public:
MCvSubdiv2DPoint GetCvSubdiv2DPoint(
	int index
)

Parameters

index
Type: System..::.Int32
the index to the point, >=0 and <4

Return Value

the ith CvSubdiv2DPoint

See Also