AGI STK Graphics 11Send comments on this topic.
PickScreenOverlays Method (IAgStkGraphicsScene)
See Also 
X
The x coordinate of the globe control.
Y
The y coordinate of the globe control.
Windows






Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function PickScreenOverlays( _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As IAgStkGraphicsScreenOverlayPickResultCollection
[C#]
public IAgStkGraphicsScreenOverlayPickResultCollection PickScreenOverlays(
   int X,
   int Y
);
[Managed C++]
public: IAgStkGraphicsScreenOverlayPickResultCollection^ PickScreenOverlays(
   int X,
   int Y
);
[Java]
public IAgStkGraphicsScreenOverlayPickResultCollection pickScreenOverlays(
   ppInteger X,
   ppInteger Y
);
[Unmanaged C++]
public: HRESULT PickScreenOverlays(
   int X,
   int Y,
   IAgStkGraphicsScreenOverlayPickResultCollection ** ReturnValue
);

Parameters

X
The x coordinate of the globe control.
Y
The y coordinate of the globe control.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.