FillSimpleGradient(Color,Color,Int32) Method
In This Topic
Set the
Brush to be a simple linear gradient starting with the color and ending with the color.
Syntax
Parameters
- start
- the Color at the starting
- end
- the Color at the ending spot
- 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