- boundingRect
QRectF boundingRect()
Undocumented in source.
- containsPoint
bool containsPoint(const(QPointF) pt, qt.core.namespace.FillRule fillRule)
Undocumented in source.
- intersected
QPolygonF intersected(const(QPolygonF) r)
Undocumented in source.
- intersects
bool intersects(const(QPolygonF) r)
Undocumented in source.
- isClosed
bool isClosed()
Undocumented in source. Be warned that the author may not have intended to support it.
- subtracted
QPolygonF subtracted(const(QPolygonF) r)
Undocumented in source.
- toPolygon
QPolygon toPolygon()
Undocumented in source.
- translate
void translate(qreal dx, qreal dy)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
void translate(const(QPointF) offset)
Undocumented in source.
- translated
QPolygonF translated(qreal dx, qreal dy)
Undocumented in source. Be warned that the author may not have intended to support it.
- translated
QPolygonF translated(const(QPointF) offset)
Undocumented in source.
- united
QPolygonF united(const(QPolygonF) r)
Undocumented in source.