Initializes a new instance of the QuadrilateralTransformation class.

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

Syntax

C#
public QuadrilateralTransformation(
	List<IntPoint> sourceQuadrilateral
)

Parameters

sourceQuadrilateral
Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
Corners of the source quadrilateral area.

Remarks

This constructor sets AutomaticSizeCalculaton to trueTruetruetrue (True in Visual Basic), which means that destination image will have width and height automatically calculated based on SourceQuadrilateral property.

See Also