ImageGear .NET - Updated November 28, 2017
ROI Property




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearRasterPage Class : ROI Property
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

Reference

ImGearRasterPage Class
ImGearRasterPage Members
ImGearROI Class