ImageGear v26.3 - Updated
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
    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