Cv2ArrowedLine Method |
Namespace: OpenCvSharp
public static void ArrowedLine( InputOutputArray img, Point pt1, Point pt2, Scalar color, int thickness = 1, LineTypes lineType = LineTypes.Link8, int shift = 0, double tipLength = 0.1 )
Public Shared Sub ArrowedLine ( img As InputOutputArray, pt1 As Point, pt2 As Point, color As Scalar, Optional thickness As Integer = 1, Optional lineType As LineTypes = LineTypes.Link8, Optional shift As Integer = 0, Optional tipLength As Double = 0.1 )
public: static void ArrowedLine( InputOutputArray^ img, Point pt1, Point pt2, Scalar color, int thickness = 1, LineTypes lineType = LineTypes::Link8, int shift = 0, double tipLength = 0.1 )
static member ArrowedLine : img : InputOutputArray * pt1 : Point * pt2 : Point * color : Scalar * ?thickness : int * ?lineType : LineTypes * ?shift : int * ?tipLength : float (* Defaults: let _thickness = defaultArg thickness 1 let _lineType = defaultArg lineType LineTypes.Link8 let _shift = defaultArg shift 0 let _tipLength = defaultArg tipLength 0.1 *) -> unit