| CvTrackbarResult Property |
Result value of cv::createTrackbar
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int Result { get; }
Public ReadOnly Property Result As Integer
Get
public:
property int Result {
int get ();
}
member Result : int with get
Property Value
Type:
Int32See Also