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
Esempio n. 1
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setAlpha(0xff);
     underlying.tileImage(canvasBitmap, x, y, w, h);
 }
Esempio n. 2
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setAlpha(0xff);
     underlying.tileImage(canvasBitmap, x, y, w, h);
 }