Show / Hide Table of Contents

Delegate TrackbarCallback

Delegate to be called every time the slider changes the position.

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public delegate void TrackbarCallback(int pos);
Parameters
Type Name Description
System.Int32 pos
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX