C1.Win.8 Assembly / C1.Framework Namespace / XView Class / BuildScrollableRectangle Method
Amount to scroll in the x direction, in pixels.
Amount to scroll in the y direction, in pixels.

In This Topic
BuildScrollableRectangle Method (XView)
In This Topic
Sets the scroll rectangle.
Syntax
'Declaration
 
Protected Overrides Function BuildScrollableRectangle( _
   ByVal dx As Integer, _
   ByVal dy As Integer _
) As Rectangle
 

Parameters

dx
Amount to scroll in the x direction, in pixels.
dy
Amount to scroll in the y direction, in pixels.
See Also