NativeMethodshighgui_getWindowProperty Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus highgui_getWindowProperty( string winName, int propId, out double returnValue )
Public Shared Function highgui_getWindowProperty ( winName As String, propId As Integer, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus highgui_getWindowProperty( String^ winName, int propId, [OutAttribute] double% returnValue )
static member highgui_getWindowProperty : winName : string * propId : int * returnValue : float byref -> ExceptionStatus
[Missing <param name="winName"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]
[Missing <param name="propId"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]