LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RegionToFloater Method






Converts the image region to a floater.
Syntax
public virtual void RegionToFloater()
'Declaration
 
Public Overridable Sub RegionToFloater() 
'Usage
 
Dim instance As RasterImageViewer
 
instance.RegionToFloater()
public virtual void RegionToFloater()
 function Leadtools.WinForms.RasterImageViewer.RegionToFloater()
public:
virtual void RegionToFloater(); 
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 Leadtools.RasterImage.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 Leadtools.ImageProcessing.CopyRectangleCommand image processing command to convert the image region to a floater image.

Example
For an example, refer to FloaterImage.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.