Boolean Resize(nWidth As Number, nHeight As Number, nResize As Resize, nResample As Resample)
| Parameter | Type | Required | Description |
| nWidth | Number | Yes | Specifies the new width of the image. |
| nHeight | Number | Yes | Specifies the new height of the image. |
| nResize | Resize (Enumeration) | No | Optional parameter which specifies the resize method. |
| nResample | Resample (Enumeration) | No | Optional parameter containing the resample algorithm. |