←Select platform

GetLargestVisibleItem Method

Summary

Largest visible item or part of it in the viewer.

Syntax
C#
VB
C++
public virtual ImageViewerItem GetLargestVisibleItem( 
   ImageViewerItemPart part 
) 
Public Overridable Function GetLargestVisibleItem( 
   ByVal part As ImageViewerItemPart 
) As ImageViewerItem 
public:  
   virtual ImageViewerItem^ GetLargestVisibleItem( 
      ImageViewerItemPart^ part 
   ) 

Parameters

part

The item part requested. To use the whole item, pass ImageViewerItemPart.View.

Return Value

The largest visible item or null if the item does not have any visible items.

Example

For an example, refer to TransformChanged.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.