A Bézier curve
PtWidget --> PtBasic --> PtGraphic --> PtBezier
For more information, see the diagram of the widget hierarchy.
<photon/PtBezier.h>
The PtBezier class draws a Bézier curve via PgDrawBezier().
A Bézier curve created by PtBezier.
The Pt_ARG_POINTS resource specifies the points in the Bézier curve. These points are relative to the widget's Pt_ARG_ORIGIN. For more information, see PtGraphic.
Resource | C type | Pt type | Default |
---|---|---|---|
Pt_ARG_BEZIER_FLAGS | unsigned short | Scalar | 0 |
C type | Pt type | Default |
---|---|---|
unsigned short | Scalar | 0 |
This resource is passed as the flags argument to PgDrawBezier(). For more information, see the Photon Library Reference.
If the widget modifies an inherited resource, the "Default override" column indicates the new value. This modification affects any subclasses of the widget.