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