| Did you know ... | Search Documentation: |
| Send methods |
-control1, bezier_curve->control1->geometry
method is redefined by class bezier to move the bezier curve.start going to end using
either one (quadratic) or two (cubic) control-points.->selected
to deal with the graphical<-area
change resulting from displaying the control-points.
The control-points and dotted connection-lines are visible if the window<-selection_feedback
is set to handles.
<-start, bezier_curve<-control1, bezier_curve<-control2
or bezier_curve<-end and bezier_curve->compute’s
the curve afterwards,
It is normally used with the result if bezier_curve<-point
to allow interactive editing of bezier curves. See also the PceDraw demo
application.