Click or drag to resize

CvTrackbar Properties

The CvTrackbar type exposes the following members.

Properties
  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyCallback
Protected propertyDataHandle
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyPos
Gets or sets a numeric value that represents the current position of the scroll box on the track bar.
Public propertyResult
Result value of cv::createTrackbar
Public propertyTrackbarName
Name of this trackbar
Public propertyWindowName
Name of parent window
Top
See Also