コード例 #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)
 {
 }
コード例 #4
0
	public void drawImage(HTMLImageElement image, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh) {}
コード例 #5
0
	public void drawImage(HTMLImageElement image, float dx, float dy) {}
コード例 #6
0
	public CanvasPattern createPattern(HTMLImageElement image, string repetition) { return default(CanvasPattern); }