Click or drag to resize

NativeMethodshighgui_createTrackbar Method (String, String, Int32, Int32, IntPtr, IntPtr)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static int highgui_createTrackbar(
	string trackbarName,
	string winName,
	ref int value,
	int count,
	IntPtr onChange,
	IntPtr userData
)

Parameters

trackbarName
Type: SystemString
winName
Type: SystemString
value
Type: SystemInt32
count
Type: SystemInt32
onChange
Type: SystemIntPtr
userData
Type: SystemIntPtr

Return Value

Type: Int32
See Also