UISlider.MaxValueImageRectForBounds(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 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
Returns
- Attributes
Remarks
Do not call this method directly. It exists so that customizations can be performed by subclassing UISlider and overriding this method.