Executes a pick on screen overlays at the given x, y and returns a front to back sorted collection of picked overlays. The coordinate origin is top, left. To pick other objects in the scene, use the Pick method.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsScreenOverlayPickResultCollection PickScreenOverlays( int X, int Y ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsScreenOverlayPickResultCollection^ PickScreenOverlays( int X, int Y ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsScreenOverlayPickResultCollection pickScreenOverlays( Integer X, Integer Y ); |
[Python - STK API ] |
|---|
def PickScreenOverlays(self, X:int, Y:int) -> "IAgStkGraphicsScreenOverlayPickResultCollection": |
- X
- The x coordinate of the globe control.
- Y
- The y coordinate of the globe control.






