ScrollableVisibleRect 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 public Rectangle VisibleRect { get; }
Public ReadOnly Property VisibleRect As Rectangle
Get
member VisibleRect : Rectangle with get
Property Value
Type:
RectangleThe visible rect.
See Also