|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<Image>.Resize (Function) In french: <Image>.Redimensionne Resizes an image in an Image control.
Result1 is boolean
Result1 = IMG_Image1.Resize(IMG_Image1.Width * 2, IMG_Image1.Height * 2)
IF Result1 = False THEN Error("The operation failed")
Syntax
<Result> = <Image control>.Resize(<New width> , <New height>)
<Result>: Boolean - True if resized successfully,
- False otherwise.
<Image control>: Control name Name of the Image control to be used. <New width>: Integer New image width expressed in pixels. <New height>: Integer New height of the image expressed in pixels.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|