
QPointArray - Interface to the Qt QPointArray class

use QPointArray;
new, at, boundingRect, copy, fill, makeArc, makeEllipse, point, putPoints, quadBezier, setPoint, setPoints, translate

Many of the functions in the original QPointArray used nPoints to specify the number of arguments or elements in *points. Perl is fortunatly better than that, so just ditch nPoints and arrays of QCOORD's. Just type the arguments in a list starting from where the nPoints would be.

QPointArray(3qt)

Ashley Winters <jql@accessone.com>