VintaSoft Imaging .NET SDK 15.1: 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

<DefaultValueAttribute({X=0,Y=0,Width=0,Height=0})>
<DescriptionAttribute("The region of the image which should be processed by by the image processing command.")>
Public Property RegionOfInterest As Vintasoft.Imaging.RegionOfInterest

[DefaultValue({X=0,Y=0,Width=0,Height=0})]
[Description("The region of the image which should be processed by by the image processing command.")]
public Vintasoft.Imaging.RegionOfInterest RegionOfInterest { get; set; }

Exceptions
ExceptionDescription
Thrown if bounds of new region of interest have negative values.
Requirements

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

See Also