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 « QTransform »

Méthode PySide2.QtGui.QTransform.map

Signature de la méthode map

Description

map.__doc__

map(self, a: PySide2.QtGui.QPolygon) -> PySide2.QtGui.QPolygon
map(self, a: PySide2.QtGui.QPolygonF) -> PySide2.QtGui.QPolygonF
map(self, l: PySide2.QtCore.QLine) -> PySide2.QtCore.QLine
map(self, l: PySide2.QtCore.QLineF) -> PySide2.QtCore.QLineF
map(self, p: PySide2.QtCore.QPoint) -> PySide2.QtCore.QPoint
map(self, p: PySide2.QtCore.QPointF) -> PySide2.QtCore.QPointF
map(self, p: PySide2.QtGui.QPainterPath) -> PySide2.QtGui.QPainterPath
map(self, r: PySide2.QtGui.QRegion) -> PySide2.QtGui.QRegion
map(self, x: float, y: float) -> typing.Tuple[float, float]