|
|
|
LinearGradientBrush Functions (GDI+) |
|
The LinearGradientBrush functions allow to paint a color gradient in which the color changes evenly from the starting boundary line of the linear gradient brush to the ending boundary line of the linear gradient brush. The boundary lines of a linear gradient brush are two parallel straight lines. The color gradient is perpendicular to the boundary lines of the linear gradient brush, changing gradually across the stroke from the starting boundary line to the ending boundary line. The color gradient has one color at the starting boundary line and another color at the ending boundary line.
Return Values
|
|
GdipCreateLineBrush |
|
Description
Syntax
PowerBASIC Syntax
Parameters
point1
point2
color1
color2
wrapMode
lineGradient
|
|
GdipCreateLineBrushFromRect |
|
Description
Syntax
PowerBASIC Syntax
Parameters
rect
color1
color2
mode
wrapMode
lineGradient
|
|
GdipCreateLineBrushFromRectI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
rect
color1
color2
mode
wrapMode
lineGradient
|
|
GdipCreateLineBrushFromRectWithAngle |
|
Description
Syntax
PowerBASIC Syntax
Parameters
rect
color1
color2
angle
isAngleScalable
wrapMode
lineGradient
|
|
GdipCreateLineBrushFromRectWithAngleI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
rect
color1
color2
angle
isAngleScalable
wrapMode
lineGradient
|
|
GdipCreateLineBrushI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
point1
point2
color1
color2
wrapMode
lineGradient
|
|
GdipGetLineBlend |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
blend
positions
count
|
|
GdipGetLineBlendCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
count
|
|
GdipGetLineColors |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
colors
|
|
GdipGetLineGammaCorrection |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
useGammaCorrection
|
|
GdipGetLinePresetBlend |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
blend
positions
count
Return Value
|
|
GdipGetLinePresetBlendCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
count
|
|
GdipGetLineRect |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
rect
|
|
GdipGetLineRectI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
rect
|
|
GdipGetLineTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
matrix
|
|
GdipGetLineWrapMode |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
wrapMode
|
|
GdipMultiplyLineTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
matrix
order
|
|
GdipResetLineTransform |
|
Description |