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
특성

설명

지정된 오프셋 사이의 강조 표시로 지정된 경로를 채웁니다. 이는 종종 직사각형 또는 잠재적으로 불연속적인 사각형 집합입니다. 시작과 끝이 같으면 반환된 경로가 비어 있습니다.

에 대한 android.text.Layout.getSelectionPath(int, int, android.graphics.Path)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상