ImageRegionCommandRegionOfInterest Property |
Gets or sets a RegionOfInterest which will only process the indicated region of the image.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public RegionOfInterest RegionOfInterest { get; set; }
Public Property RegionOfInterest As RegionOfInterest
Get
Set
Property Value
Type:
RegionOfInterest A
RegionOfInterest which will only process the indicated region of the image.
Property Value
Type:
RegionOfInterest A
RegionOfInterest specifying the area of the image to process.
See Also