示例#1
0
 public void drawImage(Web.HTMLElement image, int offsetX, int offsetY, int width = 0, int height = 0, int canvasOffsetX = 0, int canvasOffsetY = 0, int canvasImageWidth = 0, int canvasImageHeight = 0)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Web.CanvasPattern createPattern(Web.HTMLElement image, string repetition)
 {
     throw new NotImplementedException();
 }