UITextField.EditingRect(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.