http://www.emgu.com
Constructs an WArrow.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic WArrow(
MCvPoint3D64f pt1,
MCvPoint3D64f pt2,
double thickness,
MCvScalar color
)
Public Sub New (
pt1 As MCvPoint3D64f,
pt2 As MCvPoint3D64f,
thickness As Double,
color As MCvScalar
)
public:
WArrow(
MCvPoint3D64f pt1,
MCvPoint3D64f pt2,
double thickness,
MCvScalar color
)
new :
pt1 : MCvPoint3D64f *
pt2 : MCvPoint3D64f *
thickness : float *
color : MCvScalar -> WArrow
Parameters
- pt1
- Type: Emgu.CV.StructureMCvPoint3D64f
Start point of the arrow. - pt2
- Type: Emgu.CV.StructureMCvPoint3D64f
End point of the arrow. - thickness
- Type: SystemDouble
Thickness of the arrow. Thickness of arrow head is also adjusted accordingly. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the arrow.
See Also