UISlider.ThumbRectForBounds(CGRect, CGRect, Single) 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.
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