fillLinearGradient() 개인적인 메소드

private fillLinearGradient ( int startColor, int endColor, int x, int y, int width, int height, bool horizontal ) : void
startColor int
endColor int
x int
y int
width int
height int
horizontal bool
리턴 void
 public override void execute(WindowsGraphics underlying)
 {
     underlying.fillLinearGradient(startColor, endColor, x, y, width, height, horizontal);
 }
 public override void execute(WindowsGraphics underlying)
 {
     underlying.fillLinearGradient(startColor, endColor, x, y, width, height, horizontal);
 }