次の方法で共有


IUITextInput.GetBaseWritingDirection メソッド

定義

テキスト位置の基本書き込み方向を取得します。

[Foundation.Export("baseWritingDirectionForPosition:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextWritingDirection GetBaseWritingDirection (UIKit.UITextPosition forPosition, UIKit.UITextStorageDirection direction);
abstract member GetBaseWritingDirection : UIKit.UITextPosition * UIKit.UITextStorageDirection -> UIKit.UITextWritingDirection

パラメーター

forPosition
UITextPosition

指定した位置を示す配置オブジェクト。

direction
UITextStorageDirection

レイアウトの方向を示す定数。

戻り値

特定の方向の位置から最も遠い範囲までの距離を表すテキスト範囲オブジェクト。

属性

適用対象