GetDisplayedRectangle Method

Summary

Gets the System.Drawing.Rectangle that represents the display area of the cell/sub-cell.

Syntax
C#
VB
C++
public Rectangle GetDisplayedRectangle( 
   int subCellIndex 
) 
  
Public Overloads Function GetDisplayedRectangle( _ 
   ByVal subCellIndex As Integer _ 
) As Rectangle 
            public: 
Rectangle GetDisplayedRectangle(  
   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.Rectangle that represents the display area of the cell/sub-cell.

Remarks

Example

For an example refer to GetDisplayedClippedImageRectangle

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly