UISlider.MinValueImageRectForBounds(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 the MinValueImage will occupy.
[Foundation.Export("minimumValueImageRectForBounds:")]
public virtual CoreGraphics.CGRect MinValueImageRectForBounds (CoreGraphics.CGRect forBounds);
abstract member MinValueImageRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.MinValueImageRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
Parameters
Returns
- Attributes
Remarks
Do not call this method directly. It exists so that customizations can be performed by subclassing UISlider and overriding this method.