QGraphicsPolygonItem

PyQt5.QtWidgets.QGraphicsPolygonItem

Inherits from QAbstractGraphicsShapeItem.

Description

TODO

Methods

__init__(parent: QGraphicsItem = None)

TODO


__init__(QPolygonF, parent: QGraphicsItem = None)

TODO


boundingRect() → QRectF

TODO


contains(Union[QPointF, QPoint]) → bool

TODO


fillRule() → FillRule

TODO


isObscuredBy(QGraphicsItem) → bool

TODO


opaqueArea() → QPainterPath

TODO


paint(QPainter, QStyleOptionGraphicsItem, widget: QWidget = None)

TODO


polygon() → QPolygonF

TODO


setFillRule(FillRule)

TODO


setPolygon(QPolygonF)

TODO


shape() → QPainterPath

TODO


type() → int

TODO