Share via


UIButton.BackgroundRectForBounds(CGRect) Method

Definition

[Foundation.Export("backgroundRectForBounds:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect BackgroundRectForBounds(CoreGraphics.CGRect rect);
[<Foundation.Export("backgroundRectForBounds:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BackgroundRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.BackgroundRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

rect
CGRect

Returns

Attributes

Applies to