ScrollCaptureTarget(View, Rect, Point, IScrollCaptureCallback) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a target that describes a view available for scroll capture.
[Android.Runtime.Register(".ctor", "(Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Point;Landroid/view/ScrollCaptureCallback;)V", "", ApiSince=31)]
public ScrollCaptureTarget(Android.Views.View scrollTarget, Android.Graphics.Rect localVisibleRect, Android.Graphics.Point positionInWindow, Android.Views.IScrollCaptureCallback callback);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Point;Landroid/view/ScrollCaptureCallback;)V", "", ApiSince=31)>]
new Android.Views.ScrollCaptureTarget : Android.Views.View * Android.Graphics.Rect * Android.Graphics.Point * Android.Views.IScrollCaptureCallback -> Android.Views.ScrollCaptureTarget
Parameters
- scrollTarget
- View
The Android.Views.View value used for scroll target.
- localVisibleRect
- Rect
The Android.Graphics.Rect value used for local visible rect.
- positionInWindow
- Point
The Android.Graphics.Point value used for position in window.
- callback
- IScrollCaptureCallback
The Android.Views.IScrollCaptureCallback value used for callback.
- Attributes
Remarks
For details, see the Android reference documentation for android.view.ScrollCaptureTarget.ScrollCaptureTarget.
Java documentation for android.view.ScrollCaptureTarget.ScrollCaptureTarget.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.