NAME
QPointArray - Interface to the Qt QPointArray class
SYNOPSIS
use QPointArray;
Member functions
new, at, boundingRect, copy, fill, makeArc, makeEllipse, point, putPoints, quadBezier, setPoint, setPoints, translate
DESCRIPTION
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.
SEE ALSO
QPointArray(3qt)
AUTHOR
Ashley Winters <jql@accessone.com>