|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
dResize (Function) In french: dRedimensionne
Résultat1 is boolean
Résultat1 = dResize(IMG_Image1, IMG_Image1.Largeur * 2, IMG_Image1.Hauteur * 2)
IF Résultat1 = False THEN Error("L'opération a échoué")
Syntax
<Result> = dResize(<Image> , <New width> , <New height>)
<Result>: Boolean - True if resized successfully,
- False otherwise.
<Image>: Control name, Image variable or picLayer variable Image to use. This image can correspond to: - the name of an Image control.
- the name of a variable of type Image.
 This type of variable is not available. the name of a variable of type picLayer.
<New width>: Integer New image width expressed in pixels. <New height>: Integer New height of the image expressed in pixels. Remarks End of drawing If dEndDrawing and dResize are called in the same process, the image changes will not be displayed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|