Gnome.Canvas.GetScrollRegion Method
Queries the scrolling region of a canvas.

Syntax

public void GetScrollRegion (out double x1, out double y1, out double x2, out double y2)

Parameters

x1
Return value for the leftmost limit of the scrolling region
y1
Return value for the upper limit of the scrolling region
x2
Return value for the rightmost limit of the scrolling region
y2
Return value for the lower limit of the scrolling region

Remarks

Requirements

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