CvTrackbar Properties |
The CvTrackbar type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
| AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
| Callback | ||
| DataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| Pos |
Gets or sets a numeric value that represents the current position of the scroll box on the track bar.
| |
| Result |
Result value of cv::createTrackbar
| |
| TrackbarName |
Name of this trackbar
| |
| WindowName |
Name of parent window
|