CvInvokeArrowedLine Method |
Namespace: Emgu.CV
public static void ArrowedLine( IInputOutputArray img, Point pt1, Point pt2, MCvScalar color, int thickness = 1, LineType lineType = 8, int shift = 0, double tipLength = 0.1 )
Public Shared Sub ArrowedLine ( img As IInputOutputArray, pt1 As Point, pt2 As Point, color As MCvScalar, Optional thickness As Integer = 1, Optional lineType As LineType = 8, Optional shift As Integer = 0, Optional tipLength As Double = 0.1 )
public: static void ArrowedLine( IInputOutputArray^ img, Point^ pt1, Point^ pt2, MCvScalar^ color, int thickness = 1, LineType^ lineType = 8, int shift = 0, double tipLength = 0.1 )
static member ArrowedLine : img : IInputOutputArray * pt1 : Point * pt2 : Point * color : MCvScalar * ?thickness : int * ?lineType : LineType * ?shift : int * ?tipLength : float (* Defaults: let _thickness = defaultArg thickness 1 let _lineType = defaultArg lineType 8 let _shift = defaultArg shift 0 let _tipLength = defaultArg tipLength 0.1 *) -> unit
2019 Emgu Corporation, All Rights Reserved,