PictureBox_DrawArc

Funktionsname dcl_PictureBox_DrawArc
Syntax   (dcl_PictureBox_DrawArc <CONTROL> (List of Lists as (CenterX [as Long] CenterY [as Long] Radius [as Long] StartDirectionX [as Long] StartDirectionY [as Long] EndDirectionX [as Long] EndDirectionY [as Long] Color [as Color]) ...))
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Picture Box

This method paints one or more arcs on the picture box, using StartDirectionX, StartDirectionY to determine the angle of the start point, and EndDirectionX, EndDirectionY to determine the angle of the end point. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).