Width of the new transformed image.

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

Syntax

C#
public int NewWidth { get; set; }

Remarks

The property defines width of the destination image, which gets transformed quadrilateral image.

Note:Setting the property does not have any effect, if AutomaticSizeCalculaton property is set to trueTruetruetrue (True in Visual Basic). In this case destination image's width is calculated automatically based on SourceCorners property.

See Also