Gets the 
Rectangle that represents the image boundaries. This changes as you zoom in/out or offset the image.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overloads Function GetDisplayedImageRectangle() As Rectangle  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As MedicalViewerCell
Dim value As Rectangle
 
value = instance.GetDisplayedImageRectangle()
  | 
 
| C# |   | 
|---|
public Rectangle GetDisplayedImageRectangle()  | 
 
| C++/CLI |   | 
|---|
public:
Rectangle GetDisplayedImageRectangle();   | 
 
            
            
            Return Value
            A 
Rectanglethat represents the image boundaries. This changes as you zoom in/out or offset the image.
            
 
            
            
            
            
Example
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 
            
            
See Also