CvInvokeCircle Method |
Namespace: Emgu.CV
public static void Circle( IInputOutputArray img, Point center, int radius, MCvScalar color, int thickness = 1, LineType lineType = LineType.EightConnected, int shift = 0 )
Public Shared Sub Circle ( img As IInputOutputArray, center As Point, radius As Integer, color As MCvScalar, Optional thickness As Integer = 1, Optional lineType As LineType = LineType.EightConnected, Optional shift As Integer = 0 )
public: static void Circle( IInputOutputArray^ img, Point center, int radius, MCvScalar color, int thickness = 1, LineType lineType = LineType::EightConnected, int shift = 0 )
static member Circle : img : IInputOutputArray * center : Point * radius : int * color : MCvScalar * ?thickness : int * ?lineType : LineType * ?shift : int (* Defaults: let _thickness = defaultArg thickness 1 let _lineType = defaultArg lineType LineType.EightConnected let _shift = defaultArg shift 0 *) -> unit
2016 Emgu Corporation, All Rights Reserved,