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 « Canvas » Python 3.11.3

Méthode turtle.Canvas.find_closest

Signature de la méthode find_closest

def find_closest(self, x, y, halo=None, start=None) 

Description

help(Canvas.find_closest)

Return item which is closest to pixel at X, Y.
        If several match take the top-most.
        All items closer than HALO are considered overlapping (all are
        closest). If START is specified the next below this tag is taken.