UITextField.GetCaretRectForPosition(UITextPosition) 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.
This method will return a rectangle that can be used for drawing the insertion caret.
[Foundation.Export("caretRectForPosition:")]
public virtual CoreGraphics.CGRect GetCaretRectForPosition (UIKit.UITextPosition position);
abstract member GetCaretRectForPosition : UIKit.UITextPosition -> CoreGraphics.CGRect
override this.GetCaretRectForPosition : UIKit.UITextPosition -> CoreGraphics.CGRect
Parameters
- position
- UITextPosition
A location in the document to draw a rectangle at.
Returns
Implements
- Attributes