OpenCvSharp.Window.GetProperty C# (CSharp) Method

GetProperty() public method

Get Property of the window
public GetProperty ( WindowProperty propId ) : double
propId WindowProperty Property identifier
return double
        public double GetProperty(WindowProperty propId)
        {
            return Cv2.GetWindowProperty(name, propId);
        }