Quadrilateral's corners in source image.

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

Syntax

C#
public List<IntPoint> SourceCorners { get; set; }

Remarks

The property specifies four corners of the quadrilateral area in the source image to be transformed.

See Also