UITextField.EditingRect(CGRect) Method

Definition

Returns the rectangle to display the editable text.

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

Parameters

forBounds
CGRect

The bounding rectangle.

Returns

The rectangle in which text can be edited

Attributes

Remarks

Do not call this method directly. Do not call this method directly. It is provided to customize the location of the editing rectangle.

Applies to