言語

ScrollCaptureSession コンストラクター

定義

オーバーロード

名前 説明
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 のオフセット

属性

注釈

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

Javaドキュメント。

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

適用対象