|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<picLayer variable>.Resize (Function) In french: <Variable picCalque>.Redimensionne Resizes an image in a variable of type picLayer. MonImage is WDPic = "Test.gif"
MonCalque is picLayer
Résultat1 is boolean
Résultat1 = MonCalque.Redimensionne(MonCalque.Width * 2, MonCalque.Height * 2)
IF Résultat1 = False THEN Error("L'opération a échoué")
Syntax
<Result> = <picLayer image>.Resize(<New width> , <New height>)
<Result>: Boolean - True if resized successfully,
- False otherwise.
<picLayer image>: picLayer variable Name of the picLayer variable 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|