GdipGetHatchBackgroundColor

 

 

Description

Gets the background color of this hatch brush.

Syntax

GpStatus WINGDIPAPI GdipGetHatchBackgroundColor(

    GpHatch *brush,

    ARGB* backcol

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetHatchBackgroundColor ( _

    BYVAL brush AS DWORD, _

    BYREF backcol AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the HatchBrush object.

color

[out] Pointer to a variable that receives the background color. The background color defines the color over which the hatch lines are drawn.

 

Valid HTML 4.01 Transitional