NativeMethodscore_getTextSize Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static Size core_getTextSize( string text, int fontFace, double fontScale, int thickness, out int baseLine )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function core_getTextSize ( text As String, fontFace As Integer, fontScale As Double, thickness As Integer, <OutAttribute> ByRef baseLine As Integer ) As Size
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static Size core_getTextSize( String^ text, int fontFace, double fontScale, int thickness, [OutAttribute] int% baseLine )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member core_getTextSize : text : string * fontFace : int * fontScale : float * thickness : int * baseLine : int byref -> Size
OpenCvSharp.NativeMethods.core_getTextSize = function(text, fontFace, fontScale, thickness, baseLine);