←Select platform

Is this page helpful?

In this page

AutoRegionToFloater Property

Summary

Indicates whether the region should be automatically be converted to and added to the floater in the viewer.

Syntax
C#
C++/CLI
public bool AutoRegionToFloater { get; set; } 
public:  
   property bool AutoRegionToFloater 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the region should be automatically be converted to and added to the floater in the viewer, otherwise; false. Default value is true.

Remarks

When the user finishes rubberbanding a region shape. A region is added to the current image in Item. If the value of AutoRegionToFloater is true, then this region will be automatically converted to a floater using ImageViewerItem.ImageRegionToFloater and the region is deleted from the image. After that, you can use ImageViewerFloaterInteractiveMode to move and resize the floater.

Requirements

Target Platforms

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

Leadtools.Controls Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.