Layout.GetSelectionPath(Int32, Int32, Path) メソッド

定義

指定したオフセット間のハイライトの表現を使用して、指定したパスを塗りつぶします。

[Android.Runtime.Register("getSelectionPath", "(IILandroid/graphics/Path;)V", "GetGetSelectionPath_IILandroid_graphics_Path_Handler")]
public virtual void GetSelectionPath (int start, int end, Android.Graphics.Path? dest);
[<Android.Runtime.Register("getSelectionPath", "(IILandroid/graphics/Path;)V", "GetGetSelectionPath_IILandroid_graphics_Path_Handler")>]
abstract member GetSelectionPath : int * int * Android.Graphics.Path -> unit
override this.GetSelectionPath : int * int * Android.Graphics.Path -> unit

パラメーター

start
Int32
end
Int32
dest
Path
属性

注釈

指定したオフセット間のハイライトの表現を使用して、指定したパスを塗りつぶします。 これは、多くの場合、四角形または不連続の可能性のある一連の四角形になります。 開始と終了が同じ場合、返されるパスは空です。

の Java ドキュメント android.text.Layout.getSelectionPath(int, int, android.graphics.Path)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象