GdipGetPenBrushFill

 

 

Description

Gets the Brush object that is currently set for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipGetPenBrushFill(

    GpPen *pen,

    GpBrush **brush

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenBrushFill ( _

    BYVAL pen AS DWORD, _

    BYREF brush AS DWORD _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

brush

[out] Pointer to a variable that receives a pointer to the Brush object that is currently used to fill a line.

 

Valid HTML 4.01 Transitional