PictureBox-DrawArc

Function Name 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]) ...))
Return Type Boolean (T if successful; otherwise NIL)
Applies To 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).