Table of Contents

Method SetWindowProperty

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetWindowProperty(string, WindowPropertyFlags, double)

Changes parameters of a window dynamically.

public static void SetWindowProperty(string winName, WindowPropertyFlags propId, double propValue)

Parameters

winName string

Name of the window.

propId WindowPropertyFlags

Window property to retrieve.

propValue double

New value of the window property.