UIButton.ContentRectForBounds(CGRect) Method

Definition

The RectangleF in which this UIButton draws its entire content.

[Foundation.Export("contentRectForBounds:")]
public virtual CoreGraphics.CGRect ContentRectForBounds (CoreGraphics.CGRect rect);
abstract member ContentRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.ContentRectForBounds : CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

rect
CGRect

Returns

Attributes

Applies to