This is the current wording for area/position:
Code: Select all
area :: BoundingBox (optional): Search area if not defined and position is not defined the entire surface is searched
position :: Position (optional): Search position if not defined and area is not defined the entire surface is searched
Code: Select all
area :: BoundingBox (optional): Search area. If neither area nor position is defined, the entire surface is searched.
position :: Position (optional): Search position. If neither area nor position is defined, the entire surface is searched.