GestureMultiPress.getArea

bool getArea(out gdk.rectangle.Rectangle rect)

If an area was set through gtk.gesture_multi_press.GestureMultiPress.setArea, this function will return true and fill in rect with the press area. See gtk.gesture_multi_press.GestureMultiPress.setArea for more details on what the press area represents.

Parameters

rectreturn location for the press area

Returns

true if rect was filled with the press area