Region to keep.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Rectangle Region { get; set; }

Remarks

Pixels inside of the specified region will keep their values, but pixels outside of the region will be filled with specified color.

See Also