CvInvokeGetTextSize Method |
Namespace: Emgu.CV
public static Size GetTextSize( string text, FontFace fontFace, double fontScale, int thickness, ref int baseLine )
Public Shared Function GetTextSize ( text As String, fontFace As FontFace, fontScale As Double, thickness As Integer, ByRef baseLine As Integer ) As Size
public: static Size GetTextSize( String^ text, FontFace fontFace, double fontScale, int thickness, int% baseLine )
static member GetTextSize : text : string * fontFace : FontFace * fontScale : float * thickness : int * baseLine : int byref -> Size
2016 Emgu Corporation, All Rights Reserved,