GdipDrawRectangles

 

 

Description

Draws a sequence of rectangles.

Syntax

GpStatus WINGDIPAPI GdipDrawRectangles(

    GpGraphics *graphics,

    GpPen *pen,

    GDIPCONST GpRectF *rects,

    INT count

);

PowerBASIC Syntax

DECLARE FUNCTION GdipDrawRectangles ( _

    BYVAL graphics AS DWORD, _

    BYVAL pen AS DWORD, _

    BYREF rects AS RECTF, _

    BYVAL count AS LONG _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

pen

[in] Pointer to a pen that is used to draw the rectangles.

rects

[in] Pointer to an array of RectF structures that specify the coordinates of the rectangles to be drawn. 

count

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

 

Valid HTML 4.01 Transitional