GdipFillRectangles

 

 

Description

Uses uses a brush to fill the interior of a rectangle.

Syntax

GpStatus WINGDIPAPI GdipFillRectangles(

    GpGraphics *graphics,

    GpBrush *brush,

    GDIPCONST GpRectF *rects,

    INT count

);

PowerBASIC Syntax

DECLARE FUNCTION GdipFillRectangles ( _

    BYVAL graphics AS DWORD, _

    BYVAL brush AS DWORD, _

    BYREF rects AS RECTF, _

    BYVAL count AS LONG _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

brush

[in] Pointer to a Brush object that is used to paint the interior of the rectangle.

rects

[in] Pointer to an array of rectangles to be filled.

count

[in] Long integer value that specifies the number of rectangles in the rects array.

 

Valid HTML 4.01 Transitional