ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRasterPage Class / ROI Property




In This Topic
ROI Property
In This Topic
Gets or sets region of interest.
Syntax
'Declaration
 
Public Property ROI As ImGearROI
 
'Usage
 
Dim instance As ImGearRasterPage
Dim value As ImGearROI
 
instance.ROI = value
 
value = instance.ROI

Property Value

ImGearROI class instance or null.
Remarks
The region of interest may have either rectangular or non-rectangular shape. If the ROI is null the region of interest is assumed to be the entire image area.
See Also