Get the ith subdivision point

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

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

the ith CvSubdiv2DPoint