Click or drag to resize

UpdateBoundsRequestedEventArgsBounds Property

Gets the new bounds.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Rectangle Bounds { get; }

Property Value

Type: Rectangle
The new bounds in screen coordinates.
See Also