UITextView.GetCaretRectForPosition(UITextPosition) 方法

定义

此方法将返回可用于绘制插入插入点的矩形。

[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

参数

position
UITextPosition

文档中要绘制矩形的位置。

返回

实现

属性

适用于