class PtBezier PtGraphic { bezier_flags; // flag (Pt_ARG_BEZIER_FLAGS) }
This widget creates a bezier curve, most of whose characteristics can be specified with variables from the PtWidget, PtBasic, and PtGraphic classes.
![]() | For detailed information, please refer to PtBezier in the Photon documentation. |
| Constant | Description |
|---|---|
| Pg_DRAW_STROKE | Strokes the curve. |
| Pg_DRAW_FILL | Fills the curve. |
| Pg_DRAW_FILL_STROKE | Fills and strokes the curve. |
| Pg_CLOSED | The end point is connected to the start point. |
| Pg_RELATIVE | Use relative coordinates for drawing. |
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.