UITextField.BorderRect(CGRect) Method

Definition

Returns the border rectangle.

[Foundation.Export("borderRectForBounds:")]
public virtual CoreGraphics.CGRect BorderRect (CoreGraphics.CGRect forBounds);
abstract member BorderRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.BorderRect : CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

forBounds
CGRect

The bounding rectangle.

Returns

Attributes

Remarks

Do not call this method directly. It is used to provide a different border rectangle for a control.

Applies to