Gtk.Widget.Intersect Method
Computes the intersection of a widget's area and area.

Syntax

public bool Intersect (Gdk.Rectangle area, out Gdk.Rectangle intersection)

Parameters

area
A rectangle.
intersection
A rectangle to store intersection of widget and area.

Returns

true if there was an intersection.

Remarks

Computes the intersection of a widget's area and area, storing the intersection in intersection, and returns true if there was an intersection. intersection may be null if you're only interested in whether there was an intersection.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)