示例#1
0
 public CanvasPattern createPattern(HTMLImageElement image, string repetition)
 {
     return(default(CanvasPattern));
 }
示例#2
0
 public void drawImage(HTMLImageElement image, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh)
 {
 }
示例#3
0
 public void drawImage(HTMLImageElement image, float dx, float dy)
 {
 }
	public void drawImage(HTMLImageElement image, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh) {}
	public void drawImage(HTMLImageElement image, float dx, float dy) {}
	public CanvasPattern createPattern(HTMLImageElement image, string repetition) { return default(CanvasPattern); }