←Select platform

GetDisplayedImageRectangle Method

Summary

Gets the System.Drawing.Rectangle that represents the image boundaries. This changes as you zoom in and out or offset the image.

Syntax

C#
VB
C++
public Rectangle GetDisplayedImageRectangle( 
   int subCellIndex 
) 
  
Public Overloads Function GetDisplayedImageRectangle( _ 
   ByVal subCellIndex As Integer _ 
) As Rectangle 
             
            public: 
Rectangle GetDisplayedImageRectangle(  
   int subCellIndex 
)  
             

Parameters

subCellIndex
The zero-based index of the sub-cell of the rectangle that the method will retrieve.

Return Value

A System.Drawing.Rectanglethat represents the image boundaries. This changes as you zoom in and out or offset the image.

Remarks
Example

For an example refer to GetDisplayedClippedImageRectangle

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly