Function Name | dcl-PictureBox-DrawRect |
---|---|
Syntax | (dcl-PictureBox-DrawRect
<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 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).