A set of points
PtWidget → PtBasic → PtGraphic → PtPixel
For more information, see the diagram of the widget hierarchy.
<photon/PtPixel.h>
You can use the PtPixel widget to draw a set of points. The array of points, Pt_ARG_POINTS specifies a number of points to be drawn using the widget's drawing attributes. These points are relative to the widget's Pt_ARG_ORIGIN. For more information, see PtGraphic.
Each point in the Pt_ARG_POINTS array is a position at which a point is to be drawn. The points are drawn independently of each other (i.e. they're not connected).
If the widget modifies an inherited resource, the “Default override” column indicates the new value. This modification affects any subclasses of the widget.