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