|
|
|
PathGradientBrush Functions (GDI+) |
|
The PathGradientBrush functions allow to set the attributes of a color gradient that you can use to fill the interior of a path with a gradually changing color. A path gradient brush has a boundary path, a boundary color, a center point, and a center color. When you paint an area with a path gradient brush, the color changes gradually from the boundary color to the center color as you move from the boundary path to the center point.
Return Values
|
|
GdipCreatePathGradient |
|
Description
Syntax
PowerBASIC Syntax
Parameters
points
count
wrapMode
polyGradient
|
|
GdipCreatePathGradientFromPath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
polyGradient
|
|
GdipCreatePathGradientI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
points
count
wrapMode
polyGradient
|
|
GdipGetPathGradientBlend |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
blend
positions
count
Remarks
|
|
GdipGetPathGradientBlendCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
count
Remarks
|
|
GdipGetPathGradientCenterColor |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
colors
Remarks
|
|
GdipGetPathGradientCenterPoint |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
points
Remarks
|
|
GdipGetPathGradientCenterPointI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
points
Remarks
|
|
GdipGetPathGradientFocusScales |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
xScale
yScale
Remarks
|
|
GdipGetPathGradientGammaCorrection |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
useGammaCorrection
|
|
GdipGetPathGradientPath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
path
|
|
GdipGetPathGradientPointCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
count
|
|
GdipGetPathGradientPresetBlend |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
blend
positions
count
Remarks
|
|
GdipGetPathGradientPresetBlendCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
count
Remarks
|
|
GdipGetPathGradientRect |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
rect
|
|
GdipGetPathGradientRectI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
rect
|
|
GdipGetPathGradientSurroundColorCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
count
|
|
GdipGetPathGradientSurroundColorsWithCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
color
count
|
|
GdipGetPathGradientTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
matrix
Remarks
|
|
GdipGetPathGradientWrapMode |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
wrapMode
Remarks
|
|
GdipMultiplyPathGradientTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brush
matrix
|