ScrollCaptureSession コンストラクター

定義

オーバーロード

ScrollCaptureSession(IntPtr, JniHandleOwnership)
ScrollCaptureSession(Surface, Rect, Point)

新しいセッション インスタンスを構築します。

ScrollCaptureSession(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

適用対象

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 のオフセット

属性

注釈

新しいセッション インスタンスを構築します。

の Java ドキュメント android.view.ScrollCaptureSession.ScrollCaptureSession(android.view.Surface, android.graphics.Rect, android.graphics.Point)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象