共用方式為


UITextField.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

檔中要繪製矩形的位置。

傳回

實作

屬性

適用於