Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / Resize

Resize method

Resizes the image.

Syntax

Boolean Resize(nWidth As Number, nHeight As Number, nResize As Resize, nResample As Resample)

Return value

Returns true if the function succeeded.

Parameters

ParameterTypeRequiredDescription
nWidthNumberYesSpecifies the new width of the image.
nHeightNumberYesSpecifies the new height of the image.
nResizeResize (Enumeration)NoOptional parameter which specifies the resize method.
nResampleResample (Enumeration)NoOptional parameter containing the resample algorithm.

Category

Transformations

See also

Clear | Crop | Expand | FlipHorizontal | FlipVertical | Opacity | Rotate | RotateLeft | RotateRight | RoundEdges | Shear | Shrink | Skew | Straighten | Thumbnail