PictureBox-DrawSolidRect

Function Name dcl-PictureBox-DrawSolidRect
Syntax   (dcl-PictureBox-DrawSolidRect <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 solid filled rectangles on the picture box starting at UpperLeftX, UpperLeftY and at the specified Width and Height. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).