Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RegionToFloater Method
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : RegionToFloater Method




Converts the image region to a floater.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub RegionToFloater() 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
 
instance.RegionToFloater()
C# 
public virtual void RegionToFloater()
Managed Extensions for C++ 
public: virtual void RegionToFloater(); 
C++/CLI 
public:
virtual void RegionToFloater(); 

Example

For an example, refer to FloaterImage.

Remarks

Call this method to convert the current region inside Image to a floater. The FloaterPosition is automatically updated after you call this method.

This method will not delete the region from Image. If you need to do that, call MakeRegionEmpty after you call this method.

If the Image inside this RasterImageViewer does not have a region, this method will do nothing.

This method uses the CopyRectangleCommand image processing command to convert the image region to a floater image.

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