Click or drag to resize

NativeMethodshighgui_getWindowImageRect Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowImageRect(System.String,OpenCvSharp.Rect@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_getWindowImageRect(
	string winName,
	out Rect returnValue
)

Parameters

winName
Type: SystemString

[Missing <param name="winName"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowImageRect(System.String,OpenCvSharp.Rect@)"]

returnValue
Type: OpenCvSharpRect

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowImageRect(System.String,OpenCvSharp.Rect@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowImageRect(System.String,OpenCvSharp.Rect@)"]

See Also