fillRoundRect() private method

private fillRoundRect ( int x, int y, int w, int h, int arcW, int arcH ) : void
x int
y int
w int
h int
arcW int
arcH int
return void
コード例 #1
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setColor(color);
     underlying.setAlpha(alpha);
     underlying.fillRoundRect(x, y, w, h, arcW, arcH);
 }
コード例 #2
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setColor(color);
     underlying.setAlpha(alpha);
     underlying.fillRoundRect(x, y, w, h, arcW, arcH);
 }