ScrollableIHandlerVisibleRect Property |
Gets the coordinates of the rectangle that is visible to the user
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Rectangle VisibleRect { get; }
ReadOnly Property VisibleRect As Rectangle
Get
abstract VisibleRect : Rectangle with get
Property Value
Type:
RectangleThe visible rect.
See Also