See Also Examples Applies To
Resizes the native GdPicture image.
Syntax
object.ResizeImage (nNewImageWidth, nNewImageHeight, nInterpolationMode)
The ResizeImage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nNewImageWidth | Required. Long. New image width in pixel. |
| nNewImageHeight | Required. Long. New image height in pixel. |
| nInterpolationMode | Optional. Long InterpolationMode. Default value is 3 (InterpolationModeBilinear). |
Returns
Long. GdPictureStatus
Category
Resize and Rotate