CvInvokeArrowedLine Method |
Namespace: Emgu.CV
public static void ArrowedLine( IInputOutputArray img, Point pt1, Point pt2, MCvScalar color, int thickness = 1, LineType lineType = LineType.EightConnected, 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 = LineType.EightConnected, 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 = LineType::EightConnected, 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 LineType.EightConnected let _shift = defaultArg shift 0 let _tipLength = defaultArg tipLength 0.1 *) -> unit
2016 Emgu Corporation, All Rights Reserved,