共用方式為


Layout.GetSelectionPath(Int32, Int32, Path) 方法

定義

以指定位移之間的反白顯示表示填入指定的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
屬性

備註

以指定位移之間的反白顯示表示填入指定的Path。 這通常是一個矩形或一組可能不連續的矩形。 如果開始和結尾相同,則傳回的路徑是空的。

android.text.Layout.getSelectionPath(int, int, android.graphics.Path)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於