Share via


IBETextInput.GetCaretRect(UITextPosition) Method

Definition

[Foundation.Export("caretRectForPosition:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetCaretRect(UIKit.UITextPosition position);
[<Foundation.Export("caretRectForPosition:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCaretRect : UIKit.UITextPosition -> CoreGraphics.CGRect
override this.GetCaretRect : UIKit.UITextPosition -> CoreGraphics.CGRect

Parameters

position
UITextPosition

Returns

Attributes

Applies to