Cv2GetTextSize Method |
Namespace: OpenCvSharp
public static Size GetTextSize( string text, HersheyFonts fontFace, double fontScale, int thickness, out int baseLine )
Public Shared Function GetTextSize ( text As String, fontFace As HersheyFonts, fontScale As Double, thickness As Integer, <OutAttribute> ByRef baseLine As Integer ) As Size
public: static Size GetTextSize( String^ text, HersheyFonts fontFace, double fontScale, int thickness, [OutAttribute] int% baseLine )
static member GetTextSize : text : string * fontFace : HersheyFonts * fontScale : float * thickness : int * baseLine : int byref -> Size