CvTrackbarCallback Property
|
Gets the callback delegate which occurs when the Value property of a track bar changes, either by movement of the scroll box or by manipulation in code.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Delegate Callback { get; }
Public ReadOnly Property Callback As Delegate
Get
public:
property Delegate^ Callback {
Delegate^ get ();
}
member Callback : Delegate with get
Property Value
Type:
Delegate
See Also