UITextField.LeftViewRect(CGRect) Method

Definition

Returns the rectangle in which the LeftView should be displayed.

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

Parameters

forBounds
CGRect

The bounding rectangle of the view.

Returns

Attributes

Remarks

Do not call this method directly. It is provided so that subclasses may customize location of the LeftView.

Applies to