Table of Contents

Method GetMashupSource

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

GetMashupSource(int, int)

Finds the mashup source located at the specified coordinates.

public virtual MashupSource GetMashupSource(int x, int y)

Parameters

x int

The x-coordinate used to search, in absolute screen coordinates.

y int

The 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.