Emgu CV Library Documentation
Triangle2DF Constructor (v0, v1, v2)
NamespacesEmgu.CV.StructureTriangle2DFTriangle2DF(PointF, PointF, PointF)

www.emgu.com/wiki
Create a triangle using the specific vertices
Declaration Syntax
C#Visual BasicVisual C++
public Triangle2DF(
	PointF v0,
	PointF v1,
	PointF v2
)
Public Sub New ( _
	v0 As PointF, _
	v1 As PointF, _
	v2 As PointF _
)
public:
Triangle2DF(
	PointF v0, 
	PointF v1, 
	PointF v2
)
Parameters
v0 (PointF)
The first vertex
v1 (PointF)
The second vertex
v2 (PointF)
The third vertex

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