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