rect property
The portion of your web view to capture, specified as a rectangle in the view’s coordinate system.
The default value of this property is null
, which captures everything in the view’s bounds rectangle.
If you specify a custom rectangle, it must lie within the bounds rectangle of the WebView
object.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Windows
Implementation
InAppWebViewRect? rect;