ImageGear v26.0 - Updated
ROI Property




ImageGear.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
public ImGearROI ROI {get; set;}
public: __property ImGearROI* get_ROI();
public: __property void set_ROI( 
   ImGearROI* value
);
public:
property ImGearROI^ ROI {
   ImGearROI^ get();
   void set (    ImGearROI^ value);
}

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

Is this page helpful?
Yes No
Thanks for your feedback.