Executes a pick in the given rectangular region and returns a depth sorted collection of picked objects. The coordinate origin is top, left. To pick screen overlays, use the PickScreenOverlays method.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPickResultCollection PickRectangular( int Left, int Bottom, int Right, int Top ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPickResultCollection^ PickRectangular( int Left, int Bottom, int Right, int Top ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPickResultCollection pickRectangular( Integer Left, Integer Bottom, Integer Right, Integer Top ); |
[Python - STK API ] |
|---|
def PickRectangular(self, Left:int, Bottom:int, Right:int, Top:int) -> "IAgStkGraphicsPickResultCollection": |
- Left
- The left x coordinate of the rectangle in the globe control.
- Bottom
- The bottom y coordinate of the rectangle in the globe control.
- Right
- The right x coordinate of the rectangle in the globe control.
- Top
- The top y coordinate of the rectangle in the globe control.






