get_area
Description:
[
Version ( since =
"3.14" ) ]
public bool get_area (
out Rectangle rect)
If an area was set through set_area, this function will return
true and fill in rect
with the press area.
See set_area for more details on what the press area represents.
Parameters:
this |
a GestureMultiPress
|
rect |
return location for the press area
|
Returns:
true if rect was filled with the press area
|