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: 11.4.0.9.0.377 (.NET 4.5.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