Size of destination image.

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

Syntax

C#
public Size NewSize { get; set; }

Remarks

The property specifies size of result image produced by this image processing routine in the case if UseOriginalImageSize property is set to falseFalsefalsefalse (False in Visual Basic).

Note:Both width and height must be in the [1, 10000] range.

Default value is set to 200 x 200.

See Also