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 :

Classe « PhotoImage » Python 3.11.3

Méthode tkinter.PhotoImage.zoom

Signature de la méthode zoom

def zoom(self, x, y='') 

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.