Cv2PutText Method |
Namespace: OpenCvSharp
public static void PutText( InputOutputArray img, string text, Point org, HersheyFonts fontFace, double fontScale, Scalar color, int thickness = 1, LineTypes lineType = LineTypes.Link8, bool bottomLeftOrigin = false )
Public Shared Sub PutText ( img As InputOutputArray, text As String, org As Point, fontFace As HersheyFonts, fontScale As Double, color As Scalar, Optional thickness As Integer = 1, Optional lineType As LineTypes = LineTypes.Link8, Optional bottomLeftOrigin As Boolean = false )
public: static void PutText( InputOutputArray^ img, String^ text, Point org, HersheyFonts fontFace, double fontScale, Scalar color, int thickness = 1, LineTypes lineType = LineTypes::Link8, bool bottomLeftOrigin = false )
static member PutText : img : InputOutputArray * text : string * org : Point * fontFace : HersheyFonts * fontScale : float * color : Scalar * ?thickness : int * ?lineType : LineTypes * ?bottomLeftOrigin : bool (* Defaults: let _thickness = defaultArg thickness 1 let _lineType = defaultArg lineType LineTypes.Link8 let _bottomLeftOrigin = defaultArg bottomLeftOrigin false *) -> unit