[]
        
(Showing Draft Content)

C1.Framework.XView.BuildScrollableRectangle

BuildScrollableRectangle Method

BuildScrollableRectangle(int, int)

Sets the scroll rectangle.

Declaration
protected override Rectangle BuildScrollableRectangle(int dx, int dy)
Parameters
Type Name Description
int dx

Amount to scroll in the x direction, in pixels.

int dy

Amount to scroll in the y direction, in pixels.

Returns
Type Description
Rectangle
Overrides