Height 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 NewHeight { get; set; }

Remarks

The property defines height 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 height is calculated automatically based on SourceQuadrilateral property.

See Also