語言

Layout.GetCursorPath 方法

定義

多載

名稱 Description
GetCursorPath(Int32, Path, ICharSequence)

以指定偏移量的游標表示填滿指定的路徑。

GetCursorPath(Int32, Path, String)

以指定偏移量的游標表示填滿指定的路徑。

GetCursorPath(Int32, Path, ICharSequence)

以指定偏移量的游標表示填滿指定的路徑。

[Android.Runtime.Register("getCursorPath", "(ILandroid/graphics/Path;Ljava/lang/CharSequence;)V", "GetGetCursorPath_ILandroid_graphics_Path_Ljava_lang_CharSequence_Handler")]
public virtual void GetCursorPath(int point, Android.Graphics.Path? dest, Java.Lang.ICharSequence? editingBuffer);
[<Android.Runtime.Register("getCursorPath", "(ILandroid/graphics/Path;Ljava/lang/CharSequence;)V", "GetGetCursorPath_ILandroid_graphics_Path_Ljava_lang_CharSequence_Handler")>]
abstract member GetCursorPath : int * Android.Graphics.Path * Java.Lang.ICharSequence -> unit
override this.GetCursorPath : int * Android.Graphics.Path * Java.Lang.ICharSequence -> unit

參數

point
Int32
dest
Path
editingBuffer
ICharSequence
屬性

備註

以指定偏移量的游標表示填滿指定的路徑。 這通常是一條垂直線,但也可能是多條不連續的文字行,具有多重方向。

Java 文件 android.text.Layout.getCursorPath(int, android.graphics.Path, java.lang.CharSequence)

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

適用於

GetCursorPath(Int32, Path, String)

以指定偏移量的游標表示填滿指定的路徑。

public void GetCursorPath(int point, Android.Graphics.Path? dest, string? editingBuffer);
member this.GetCursorPath : int * Android.Graphics.Path * string -> unit

參數

point
Int32
dest
Path
editingBuffer
String

備註

以指定偏移量的游標表示填滿指定的路徑。 這通常是一條垂直線,但也可能是多條不連續的文字行,具有多重方向。

Java 文件 android.text.Layout.getCursorPath(int, android.graphics.Path, java.lang.CharSequence)

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

適用於