DisplayImageRect shows the specified image rectangle adjusting zoom and pan.
The rectangle will be adjusted to get right aspect ratio.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void DisplayImageRect( int x1, int y1, int x2, int y2 )
Public Sub DisplayImageRect ( _ x1 As Integer, _ y1 As Integer, _ x2 As Integer, _ y2 As Integer _ )
public: void DisplayImageRect( int x1, int y1, int x2, int y2 )
Parameters
- x1
- Int32
 Left position.
- y1
- Int32
 Top position.
- x2
- Int32
 Right position.
- y2
- Int32
 Bottom position.


























