Transform2DResize Method (Image, Size2D)

CVB.Net Documentation
Resize the input image using Linear interpolation.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image Resize(
	Image image,
	Size2D targetSize
)

Parameters

image
Type: Stemmer.CvbImage
Image to resize.
targetSize
Type: Stemmer.CvbSize2D
Size to go with it.

Return Value

Type: Image
The resized image.
See Also

Reference