AgrandirOuRetrecir

Instruction. Agrandit ou rétrécit l'image.

Syntaxe

AgrandirOuRetrecir ( ParametresAgrandirOuRetrecir ) ;

Description

L'instruction AgrandirOuRetrecir permet d'agrandir ou de rétrécir l'image courante.

Les paramètres sont les suivants :

Le contenu de l'image est dilaté ou contracté en largeur et en hauteur selon que l'image est agrandie ou rétrécie.

Exemple

Source Image "Mon image" Version 1.0.0;
...
Image MonImage CouleursVraies
/***************************/
...
AgrandirOuRetrecir(200, 100);
/* Agrandit ou rétrécit l'image sur 200*100 pixels. */
...
Fin Image

Voir aussi

Retailler pour retailler l'image.

Traduction

---------