Method GetMashupSource
GetMashupSource(int, int)
Finds the mashup source located at the specified coordinates.
public virtual MashupSource GetMashupSource(int x, int y)
Parameters
x
intThe x-coordinate used to search, in absolute screen coordinates.
y
intThe y-coordinate used to search, in absolute screen coordinates.
Returns
- MashupSource
The MashupSource representing the mashup source located at the specified coordinates, or null if there is no source at the specified point.