Layout.GetSelectionPath(Int32, Int32, Path) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用指定偏移量之间的突出显示表示形式填充指定的路径。
[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
- 属性
注解
用指定偏移量之间的突出显示表示形式填充指定的路径。 这通常是一个矩形或一组可能不连续的矩形。 如果开始和结尾相同,则返回的路径为空。
适用于 . 的 android.text.Layout.getSelectionPath(int, int, android.graphics.Path)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。