GdipGetHatchForegroundColor

 

 

Description

Gets the foreground color of this hatch brush.

Syntax

GpStatus WINGDIPAPI GdipGetHatchForegroundColor(

    GpHatch *brush,

    ARGB* forecol

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetHatchForegroundColor ( _

    BYVAL brush AS DWORD, _

    BYREF forecol AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the HatchBrush object.

color

[out] Pointer to a variable that receives the foreground color. The foreground color defines the color of the hatch lines.

 

Valid HTML 4.01 Transitional