UISlider.TrackRectForBounds(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the rectangle that will be used for the drawing the slider's track.
[Foundation.Export("trackRectForBounds:")]
public virtual CoreGraphics.CGRect TrackRectForBounds (CoreGraphics.CGRect forBounds);
abstract member TrackRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.TrackRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
Parameters
- forBounds
- CGRect
The bounding rectangle of the control.
Returns
- Attributes
Remarks
Do not call this method directly. It exists so that customizations can be performed by subclassing UISlider and overriding this method.