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

四角形を描画する文書内の位置。

戻り値

実装

属性

適用対象