Click or drag to resize

NativeMethodsimgproc_arrowedLine Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_arrowedLine(
	IntPtr img,
	Point pt1,
	Point pt2,
	Scalar color,
	int thickness,
	int lineType,
	int shift,
	double tipLength
)

Parameters

img
Type: SystemIntPtr
pt1
Type: OpenCvSharpPoint
pt2
Type: OpenCvSharpPoint
color
Type: OpenCvSharpScalar
thickness
Type: SystemInt32
lineType
Type: SystemInt32
shift
Type: SystemInt32
tipLength
Type: SystemDouble
See Also