NativeMethodshighgui_setWindowTitle Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static void highgui_setWindowTitle( string winname, string title )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Sub highgui_setWindowTitle ( winname As String, title As String )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static void highgui_setWindowTitle( String^ winname, String^ title )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member highgui_setWindowTitle : winname : string * title : string -> unit
OpenCvSharp.NativeMethods.highgui_setWindowTitle = function(winname, title);