AccessibilityNodeInfo.SetBoundsInScreen(Rect) 메서드

정의

화면 좌표에서 노드 범위를 설정합니다.

[Android.Runtime.Register("setBoundsInScreen", "(Landroid/graphics/Rect;)V", "GetSetBoundsInScreen_Landroid_graphics_Rect_Handler")]
public virtual void SetBoundsInScreen(Android.Graphics.Rect? bounds);
[<Android.Runtime.Register("setBoundsInScreen", "(Landroid/graphics/Rect;)V", "GetSetBoundsInScreen_Landroid_graphics_Rect_Handler")>]
abstract member SetBoundsInScreen : Android.Graphics.Rect -> unit
override this.SetBoundsInScreen : Android.Graphics.Rect -> unit

매개 변수

bounds
Rect

노드 경계입니다.

특성

예외

AccessibilityService에서 호출되는 경우

설명

화면 좌표에서 노드 범위를 설정합니다.

<strong>Note:</strong> 은 .에서 android.accessibilityservice.AccessibilityService호출할 수 없습니다. 이 클래스는 AccessibilityService에 배달되기 전에 변경할 수 없게 만들어집니다.

에 대한 android.view.accessibility.AccessibilityNodeInfo.setBoundsInScreen(android.graphics.Rect)Java 설명서

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

적용 대상