UISlider.MaxValueImageRectForBounds(CGRect) Method

Definition

Returns the rectangle that the MaxValueImage will occupy.

[Foundation.Export("maximumValueImageRectForBounds:")]
public virtual CoreGraphics.CGRect MaxValueImageRectForBounds (CoreGraphics.CGRect forBounds);
abstract member MaxValueImageRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.MaxValueImageRectForBounds : 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