Search
CustomPaintEventArgs.CreateLinearGradient Method
See Also
 






Creates a linear gradient.

 Overload List

Name Description

CustomPaintEventArgs.CreateLinearGradient (PointF, PointF, Object[])

Creates a linear gradient with orientation defined by two points and a blend specified by a series of positions and color objects.

CustomPaintEventArgs.CreateLinearGradient (Single, Object[])

Creates a linear gradient with orientation defined by an angle and a blend specified by a series of positions and color objects.

 See Also