Get the ith subdivision point

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

Syntax

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

Parameters

index
Int32
the index to the point, >=0 and <4

Return Value

the ith CvSubdiv2DPoint

See Also