Get detailed information about a rubber-band mouse pick. The values must be within the 2D window (0 to width-1 for left and right, 0 to height-1 for top and bottom).
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public AgRubberBandPickInfoData RubberBandPickInfo( int Left, int Top, int Right, int Bottom ); |
| [Managed C++] |
|---|
public: AgRubberBandPickInfoData^ RubberBandPickInfo( int Left, int Top, int Right, int Bottom ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgRubberBandPickInfoData rubberBandPickInfo( int Left, int Top, int Right, int Bottom ); |
[Python - STK API ] |
|---|
def RubberBandPickInfo(self, Left:OLE_XPOS_PIXELS, Top:OLE_YPOS_PIXELS, Right:OLE_XPOS_PIXELS, Bottom:OLE_YPOS_PIXELS) -> "AgRubberBandPickInfoData": |
- Left
- Top
- Right
- Bottom






