UIButton.BackgroundRectForBounds(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.
The RectangleF in which this UIButton draws its background.
[Foundation.Export("backgroundRectForBounds:")]
public virtual CoreGraphics.CGRect BackgroundRectForBounds (CoreGraphics.CGRect rect);
abstract member BackgroundRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.BackgroundRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
Parameters
- rect
- CGRect
Returns
- Attributes