See Also Examples Applies To
Resizes the native image.
Syntax
object.Resize (nNewPictureWidth, nNewPictureHeight, nInterpolationMode)
The Resize syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nNewPictureWidth | Required. Long. New image width in pixel. |
| nNewPictureHeight | Required. Long. New image height in pixel. |
| nInterpolationMode | Optional. Long InterpolationMode. Default value is 0 (InterpolationModeDefault). |
Returns
Remarks
WARNING: If success this method changes the native image ID. Use the GetnativeImage() method to catch the new native image ID.
Category
Resize and Rotate