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] |
---|
Public Function RubberBandPickInfo( _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Right As Integer, _ ByVal Bottom As Integer _ ) As AgRubberBandPickInfoData |
[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++] |
---|
public: HRESULT RubberBandPickInfo( OLE_XPOS_PIXELS Left, OLE_YPOS_PIXELS Top, OLE_XPOS_PIXELS Right, OLE_YPOS_PIXELS Bottom, AgRubberBandPickInfoData ** ppPickInfoData ); |
[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