http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a triangle using the specific vertices
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Triangle2DF( PointF v0, PointF v1, PointF v2 ) |
Visual Basic |
---|
Public Sub New ( _ v0 As PointF, _ v1 As PointF, _ v2 As PointF _ ) |
Visual C++ |
---|
public: Triangle2DF( PointF v0, PointF v1, PointF v2 ) |
Parameters
- v0
- Type: System.Drawing..::..PointF
The first vertex
- v1
- Type: System.Drawing..::..PointF
The second vertex
- v2
- Type: System.Drawing..::..PointF
The third vertex