언어

ScrollCaptureSession 생성자

정의

오버로드

Name Description
ScrollCaptureSession(IntPtr, JniHandleOwnership)

기존 Java Native Interface 개체 참조에 대한 관리되는 피어를 만듭니다.

ScrollCaptureSession(Surface, Rect, Point)

새 세션 인스턴스를 생성합니다.

ScrollCaptureSession(IntPtr, JniHandleOwnership)

기존 Java Native Interface 개체 참조에 대한 관리되는 피어를 만듭니다.

protected ScrollCaptureSession(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.ScrollCaptureSession : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.ScrollCaptureSession

매개 변수

javaReference
IntPtr

nativeint

Java 참조에 사용되는 System.IntPtr 값입니다.

transfer
JniHandleOwnership

전송에 사용되는 Android.Runtime.JniHandleOwnership 값입니다.

설명

자세한 내용은 android.view.ScrollCaptureSession에 대한 Android 참조 설명서를 참조하세요.

적용 대상

ScrollCaptureSession(Surface, Rect, Point)

새 세션 인스턴스를 생성합니다.

[Android.Runtime.Register(".ctor", "(Landroid/view/Surface;Landroid/graphics/Rect;Landroid/graphics/Point;)V", "", ApiSince=31)]
public ScrollCaptureSession(Android.Views.Surface surface, Android.Graphics.Rect scrollBounds, Android.Graphics.Point positionInWindow);
[<Android.Runtime.Register(".ctor", "(Landroid/view/Surface;Landroid/graphics/Rect;Landroid/graphics/Point;)V", "", ApiSince=31)>]
new Android.Views.ScrollCaptureSession : Android.Views.Surface * Android.Graphics.Rect * Android.Graphics.Point -> Android.Views.ScrollCaptureSession

매개 변수

surface
Surface

생성된 이미지를 사용할 표면

scrollBounds
Rect

포함하는 뷰 내 캡처 영역의 범위

positionInWindow
Point

창 내 scrollBounds의 오프셋

특성

설명

새 세션 인스턴스를 생성합니다.

에 대한 android.view.ScrollCaptureSession.ScrollCaptureSession(android.view.Surface, android.graphics.Rect, android.graphics.Point)Java 설명서

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

적용 대상