Click or drag to resize

NativeMethodshighgui_createButton Method

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_createButton(
	string barName,
	IntPtr onChange,
	IntPtr userdata,
	int type,
	int initialButtonState
)

Parameters

barName
Type: SystemString
onChange
Type: SystemIntPtr
userdata
Type: SystemIntPtr
type
Type: SystemInt32
initialButtonState
Type: SystemInt32

Return Value

Type: Int32
See Also