PictureBox_DrawCircle

Funktionsname 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]) ...))
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf 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).