Je suis en train d'utiliser:propriété de longueur pour PictureBox ne fonctionne pas
PictureBox1.Length
mais je reçois l'erreur suivante:
Error 3 'System.Windows.Forms.PictureBox' does not contain a definition for 'Length' and no extension method 'Length' accepting a first argument of type 'System.Windows.Forms.PictureBox' could be found (are you missing a using directive or an assembly reference?)
Longueur est une propriété d'un objet unidimensionnel. PB a deux. –