VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandWithRegion Class / RegionOfInterest Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    RegionOfInterest Property (ProcessingCommandWithRegion)
    In This Topic
    Gets or sets the region of the image which should be processed by by the image processing command.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The region of the image which should be processed by by the image processing command.")>
    <DefaultValueAttribute({X=0,Y=0,Width=0,Height=0})>
    Public Property RegionOfInterest As Vintasoft.Imaging.RegionOfInterest
    
    
    [Description("The region of the image which should be processed by by the image processing command.")]
    [DefaultValue({X=0,Y=0,Width=0,Height=0})]
    public Vintasoft.Imaging.RegionOfInterest RegionOfInterest { get; set; }
    
    
    [Description("The region of the image which should be processed by by the image processing command.")]
    [DefaultValue({X=0,Y=0,Width=0,Height=0})]
    public: __property Vintasoft.Imaging.RegionOfInterest* get_RegionOfInterest();
    public: __property void set_RegionOfInterest(
    Vintasoft.Imaging.RegionOfInterest* value
    );
    [Description("The region of the image which should be processed by by the image processing command.")]
    [DefaultValue({X=0,Y=0,Width=0,Height=0})]
    public:
    property Vintasoft.Imaging.RegionOfInterest^ RegionOfInterest { Vintasoft.Imaging.RegionOfInterest^ get(); void set(Vintasoft.Imaging.RegionOfInterest^ value); }
    Exceptions
    ExceptionDescription
    Thrown if bounds of new region of interest have negative values.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also