ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROI Class
Members




In This Topic
    ImGearROI Class
    In This Topic
    Region of interest associated with an ImGearPage instance.
    Object Model
    ImGearROI ClassImGearRectangle StructureImGearROI ClassImGearROI Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearROI 
    'Usage
     
    Dim instance As ImGearROI
    public abstract class ImGearROI 
    public __gc abstract class ImGearROI 
    public ref class ImGearROI abstract 
    Remarks
    The region of interest (ROI) represents freely shaped image area (rectangular, non-rectangular or entire space) that specifies the meaningful part of an image. For example - it may be used to define the area of an image to which an image processing method's filter should be applied.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearROI
          ImageGear.Core.ImGearROIMask
          ImageGear.Core.ImGearROIRectangle

    See Also