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. |
Flags that control various characteristics of the curve. Default is nil.
This instance variable may be a combination of zero or more of the following flags:
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-2010 by Cogent Real-Time Systems, Inc. All rights reserved.