UIButton.BackgroundRectForBounds(CGRect) Method

Definition

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

Applies to