IUITextInput.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.
A rectangle used for drawing a caret at a given insertion point.
[Foundation.Export("caretRectForPosition:")]
[Foundation.Preserve(Conditional=true)]
public CoreGraphics.CGRect GetCaretRectForPosition (UIKit.UITextPosition position);
abstract member GetCaretRectForPosition : UIKit.UITextPosition -> CoreGraphics.CGRect
Parameters
- position
- UITextPosition
A positioning object that indicates a specified location.
Returns
A rectangle defining an area for drawing a caret.
- Attributes