tileImage() private method

private tileImage ( Microsoft.Graphics.Canvas.CanvasBitmap canvasBitmap, int x, int y, int w, int h ) : void
canvasBitmap Microsoft.Graphics.Canvas.CanvasBitmap
x int
y int
w int
h int
return void
コード例 #1
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setAlpha(0xff);
     underlying.tileImage(canvasBitmap, x, y, w, h);
 }
コード例 #2
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setAlpha(0xff);
     underlying.tileImage(canvasBitmap, x, y, w, h);
 }