Table of Contents

Method GetTrackbarPos

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetTrackbarPos(string, string)

Returns the trackbar position.

public static int GetTrackbarPos(string trackbarName, string winName)

Parameters

trackbarName string

Name of the trackbar.

winName string

Name of the window that is the parent of the trackbar.

Returns

int

trackbar position