Converts the image region to a floater.
public virtual void RegionToFloater()
Public Overridable Sub RegionToFloater()
public:
virtual void RegionToFloater();
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.
For an example, refer to FloaterImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET