Get Property of the window
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double GetProperty(
WindowProperty propId
)
Public Function GetProperty (
propId As WindowProperty
) As Double
public:
double GetProperty(
WindowProperty propId
)
member GetProperty :
propId : WindowProperty -> float
function GetProperty(propId);
Parameters
- propId
- Type: OpenCvSharpWindowProperty
Property identifier
Return Value
Type:
DoubleValue of the specified property
See Also