CvInvokeRectangle Method |
Namespace: Emgu.CV
public static void Rectangle( IInputOutputArray img, Rectangle rect, MCvScalar color, int thickness = 1, LineType lineType = LineType.EightConnected, int shift = 0 )
Public Shared Sub Rectangle ( img As IInputOutputArray, rect As Rectangle, color As MCvScalar, Optional thickness As Integer = 1, Optional lineType As LineType = LineType.EightConnected, Optional shift As Integer = 0 )
public: static void Rectangle( IInputOutputArray^ img, Rectangle rect, MCvScalar color, int thickness = 1, LineType lineType = LineType::EightConnected, int shift = 0 )
static member Rectangle : img : IInputOutputArray * rect : Rectangle * 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,