FillHalfGradient(Color,Int32) Method
In This Topic
Set the
Brush to be a linear gradient starting with a very light version of the color, and having the last half of the gradient be the solid color .
Syntax
public void FillHalfGradient(
Color ,
int
)
Parameters
- color
- a Color from which the gradient colors are derived, keeping the same hue
- spot
- one of four GoObject spots: GoObject.MiddleTop, GoObject.MiddleLeft, GoObject.TopLeft, GoObject.TopRight, from which to start the gradient, towards the opposite spot
See Also