UISlider.ThumbRectForBounds(CGRect, CGRect, Single) Method

Definition

Gets the drawing CGRect for the thumb image.

[Foundation.Export("thumbRectForBounds:trackRect:value:")]
public virtual CoreGraphics.CGRect ThumbRectForBounds (CoreGraphics.CGRect bounds, CoreGraphics.CGRect trackRect, float value);
abstract member ThumbRectForBounds : CoreGraphics.CGRect * CoreGraphics.CGRect * single -> CoreGraphics.CGRect
override this.ThumbRectForBounds : CoreGraphics.CGRect * CoreGraphics.CGRect * single -> CoreGraphics.CGRect

Parameters

bounds
CGRect
trackRect
CGRect
value
Single

Returns

Attributes

Applies to