Click or drag to resize

RegionOfInterestRegion Property

Gets or sets the System.Drawing.Region used to specify the portion of an image to process.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public Region Region { get; }

Property Value

Type: Region
The Region used to specify the portion of an image to process.
See Also