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.
[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
- localVisibleRect
- Rect
- positionInWindow
- Point
- callback
- IScrollCaptureCallback
- Attributes