GdipGetLineColors

 

 

Description

Gets the the starting color and ending color of this linear gradient brush.

Syntax

GpStatus WINGDIPAPI GdipGetLineColors(

    GpLineGradient *brush,

    ARGB* colors

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetLineColors ( _

    BYVAL brush AS DWORD, _

    BYREF colors AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the LinearGradientBrush object.

colors

[out] Pointer to an array that receives the starting color and the ending color. The first color in the colors array is the color at the starting boundary line of the gradient; the second color in the colors array is the color at the ending boundary line.

 

Valid HTML 4.01 Transitional