NAME
QPointArray - Interface to the Qt QPointArray class
SYNOPSIS
use QPointArray;
Member functions
new, at, boundingRect, copy, detach, fill, isEmpty, isNull, makeArc, makeEllipse, point, putPoints, quadBezier, resize, setPoint, setPoints, size, translate, truncate
Overloaded operators
!= ==
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>