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