Gnome.Canvas.SetScrollRegion Method
Sets the scrolling region of a canvas to the specified rectangle.

Syntax

public void SetScrollRegion (double x1, double y1, double x2, double y2)

Parameters

x1
Leftmost limit of the scrolling region.
y1
Upper limit of the scrolling region.
x2
Rightmost limit of the scrolling region.
y2
Lower limit of the scrolling region.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Gnome
Assembly: gnome-sharp (in gnome-sharp.dll)