fillRadialGradient() private méthode

private fillRadialGradient ( int startColor, int endColor, int x, int y, int width, int height ) : void
startColor int
endColor int
x int
y int
width int
height int
Résultat void
Exemple #1
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.fillRadialGradient(startColor, endColor, x, y, width, height);
 }
 public override void execute(WindowsGraphics underlying)
 {
     underlying.fillRadialGradient(startColor, endColor, x, y, width, height);
 }