Returns the drawing rectangle for the minimum value image.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
Parameters
bounds
The bounding rectangle of the slider.
Return Value
The computed drawing rectangle for the image.
Discussion
You do not call this method directly. Instead, you override it when you want to customize the rectangle in which the minimum value image is drawn, returning a different rectangle. If you make x-axis adjustments, be sure to take into account the automatic flipping of minimum
in a right-to-left user interface; the minimum image is always shown at the leading end of the slider’s track. See the Internationalization and Localization Guide for further information about supporting right-to-left languages.