PictureBox-DrawCircle

Function Name dcl-PictureBox-DrawCircle
Syntax   (dcl-PictureBox-DrawCircle <CONTROL> (List of Lists as (UpperLeftX [as Long] UpperLeftY [as Long] Width [as Long] Height [as Long] Color [as Color]) ...))
Return Type Boolean (T if successful; otherwise NIL)
Applies To Picture Box

This method paints one or more circular shape on the picture box by fitting the circular shape into the rectangle defined by UpperLeftX, UpperLeftY and the specified Width and Height. If Width and Height are equal, the shape will be a circle; otherwise it will be an ellipse. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).