Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé
Classe « PhotoImage » Python 3.13.2

Méthode tkinter.PhotoImage.zoom

Signature de la méthode zoom

def zoom(self, x, y='', *, from_coords=None) 

Description

help(PhotoImage.zoom)

Return a new PhotoImage with the same image as this widget
but zoom it with a factor of X in the X direction and Y in the Y
direction.  If Y is not given, the default value is the same as X.

The FROM_COORDS option specifies a rectangular sub-region of the
source image to be copied, as in the copy() method.


Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé