UISlider.MinValueImageRectForBounds(CGRect) Method

Definition

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

forBounds
CGRect

The bounding rectangle of the UISlider.

Returns

Attributes

Remarks

Do not call this method directly. It exists so that customizations can be performed by subclassing UISlider and overriding this method.

Applies to