Beispiel #1
0
 /// <summary>
 /// Creates a pattern from an image to be used by the fillStyle or strokeStyle attributes
 /// </summary>
 /// <param name="img">Dom Img object</param>
 /// <param name="repeat">repeat, repeat-x, repeat-y, no-repeat</param>
 /// <returns></returns>
 public abstract CanvasPattern CreatePattern(Img img, CanvasRepeat repeat);
Beispiel #2
0
 public abstract void DrawImage(Img image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh);
Beispiel #3
0
 public abstract void DrawImage(Img image, double dx, double dy);
Beispiel #4
0
 /// <summary>
 /// Creates a pattern from an image to be used by the fillStyle or strokeStyle attributes
 /// </summary>
 /// <param name="img">Dom Img object</param>
 /// <param name="repeat">repeat, repeat-x, repeat-y, no-repeat</param>
 /// <returns></returns>
 public abstract CanvasPattern CreatePattern(Img img, CanvasRepeat repeat);
Beispiel #5
0
 public abstract void DrawImage(Img image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh);
Beispiel #6
0
 public abstract void DrawImage(Img image, double dx, double dy);