Emgu CV Library Documentation
Vertices Property
NamespacesEmgu.CVMCvBox2DVertices

www.emgu.com/wiki
Get the verticies of this 2D Box
Declaration Syntax
C#Visual BasicVisual C++
public Point2D<float>[] Vertices { get; }
Public ReadOnly Property Vertices As Point2D(Of Single)()
public:
virtual property array<Point2D<float>^>^ Vertices {
	array<Point2D<float>^>^ get () sealed;
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)