public static GradientBrush CreateGradient(Point sp, Point ep, Color sc, Color ec, GradientStopCollection stops)
 {
     return(null);
 }
Example #2
0
 public GradientBrush(GradientStopCollection gradientStops)
 {
   _gradientStops = gradientStops;
 }
Example #3
0
 public static GradientBrush CreateGradient(Point sp, Point ep, Color sc, Color ec, GradientStopCollection stops)
 {
   return null;
 }