NativeMethodshighgui_createButton Method |
Namespace: OpenCvSharp
[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 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function highgui_createButton ( barName As String, onChange As IntPtr, userdata As IntPtr, type As Integer, initialButtonState As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static int highgui_createButton( String^ barName, IntPtr onChange, IntPtr userdata, int type, int initialButtonState )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member highgui_createButton : barName : string * onChange : IntPtr * userdata : IntPtr * type : int * initialButtonState : int -> int
OpenCvSharp.NativeMethods.highgui_createButton = function(barName, onChange, userdata, type, initialButtonState);