Adds a region to the image using rubber-banding and optionally convert it to a floater.
public class ImageViewerAddRegionInteractiveMode : ImageViewerRubberBandInteractiveMode
Public Class ImageViewerAddRegionInteractiveMode
Inherits ImageViewerRubberBandInteractiveMode
public ref class ImageViewerAddRegionInteractiveMode : ImageViewerRubberBandInteractiveMode
ImageViewerAddRegionInteractiveMode derives from ImageViewerRubberBandInteractiveMode. When the rubber-band operation is completed (OnRubberBandCompleted), the mode will add a region to the current item Image object.
The region added shape depends on the value of ImageViewerRubberBandInteractiveMode.Shape and the mode will call the various RasterImage region methods to create this region.
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.
For more information, refer to Image Viewer Interactive Modes.
using Leadtools;
using Leadtools.Controls;
using Leadtools.Codecs;
using Leadtools.Drawing;
using LeadtoolsExamples.Common;
using Leadtools.ImageProcessing;
using Leadtools.ImageProcessing.Color;
_imageViewer.InteractiveModes.BeginUpdate();
_imageViewer.InteractiveModes.Add(new ImageViewerAddRegionInteractiveMode
{
IsEnabled = true,
Shape = ImageViewerRubberBandShape.Rectangle
});
_imageViewer.InteractiveModes.EndUpdate();
Imports Leadtools
Imports Leadtools.Controls
Imports Leadtools.Codecs
Imports Leadtools.Drawing
Imports Leadtools.ImageProcessing.Color
_imageViewer.InteractiveModes.BeginUpdate()
Dim mode As New ImageViewerAddRegionInteractiveMode
mode.IsEnabled = True
mode.Shape = ImageViewerRubberBandShape.Rectangle
_imageViewer.InteractiveModes.Add(mode)
_imageViewer.InteractiveModes.EndUpdate()
Products |
Support |
Feedback: ImageViewerAddRegionInteractiveMode Class - Leadtools.Controls |
Introduction |
Help Version 19.0.2017.6.20
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.