ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROI Class
Members




ImGearROI Class
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
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