語言

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)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於