QPolygonF

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QRectF) r)
Undocumented in source.
this
this(const(QPolygon) a)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

base0

Members

Functions

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.

Variables

base0
QVector!(QPointF) base0;
Undocumented in source.

Meta