GdipSetPenBrushFill

 

 

Description

Sets the Brush object that a pen uses to fill a line.

Syntax

GpStatus WINGDIPAPI GdipSetPenBrushFill(

    GpPen *pen,

    GpBrush *brush

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetPenBrushFill ( _

    BYVAL pen AS DWORD, _

    BYVAL brush AS DWORD _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

brush

[in] Pointer to a Brush object for the pen to use to fill a line.

 

Valid HTML 4.01 Transitional