Exemplo n.º 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);
Exemplo n.º 2
0
 public abstract void DrawImage(Img image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh);
Exemplo n.º 3
0
 public abstract void DrawImage(Img image, double dx, double dy);
Exemplo n.º 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);
Exemplo n.º 5
0
 public abstract void DrawImage(Img image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh);
Exemplo n.º 6
0
 public abstract void DrawImage(Img image, double dx, double dy);