GdipGetPenColor

 

 

Description

Gets the color currently set for this Pen object.

Syntax

GpStatus WINGDIPAPI GdipGetPenColor(

    GpPen *pen,

    ARGB *argb

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenColor ( _

    BYVAL pen AS DWORD, _

    BYREF pargb AS DWORD _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

argb

[out] Pointer to a variable that receives the color of this Pen object.

 

Valid HTML 4.01 Transitional