js-components-canvas-canvasrenderingcontext2d.md 52.9 KB
Newer Older
Z
zengyawen 已提交
1 2 3 4
# CanvasRenderingContext2D对象

> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> 从API version 4开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
Z
zengyawen 已提交
5 6 7

使用CanvasRenderingContext2D在canvas画布组件上进行绘制,绘制对象可以是矩形、文本、图片等。

Z
zengyawen 已提交
8 9 10 11 12 13

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas1" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
W
wangshuainan 已提交
14 15 16
    <input type="button" style="width: 180px; height: 60px;" value="handleClick" onclick="handleClick" />
    <input type="button" style="width: 180px; height: 60px;" value="antialias" onclick="antialias" />
  </div>
Z
zengyawen 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30
  ```

  ```
  // xxx.js
  export default {
    handleClick() {
      const el = this.$refs.canvas1;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.arc(100, 75, 50, 0, 6.28);
      ctx.stroke();
    },
    antialias() {
      const el = this.$refs.canvas1;
W
wangshuainan 已提交
31 32 33 34 35
      const ctx = el.getContext('2d', { antialias: true });
      ctx.beginPath();   
      ctx.arc(100, 75, 50, 0, 6.28);
      ctx.stroke(); 
      }
W
wangshuainan1 已提交
36
    }
Z
zengyawen 已提交
37
  ```
H
HelloCrease 已提交
38

Z
zengyawen 已提交
39
- 示意图(关闭抗锯齿)
H
HelloCrease 已提交
40

Z
zengyawen 已提交
41 42 43
  ![zh-cn_image_0000001214837333](figures/zh-cn_image_0000001214837333.png)

- 示意图(开启抗锯齿)
H
HelloCrease 已提交
44

Z
zengyawen 已提交
45 46 47 48 49
  ![zh-cn_image_0000001127125162](figures/zh-cn_image_0000001127125162.png)


## 属性

H
HelloCrease 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
| 名称                                       | 类型                                       | 默认值                                      | 描述                                       |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| [fillStyle](#fillstyle)                  | &lt;color&gt;&nbsp;\|&nbsp;[CanvasGradient](../arkui-js/js-components-canvas-canvasgradient.md)&nbsp;\|&nbsp;CanvasPattern | -                                        | 指定绘制的填充色。<br/>-&nbsp;类型为&lt;color&gt;时,表示设置填充区域的颜色。<br/>-&nbsp;类型为CanvasGradient时,表示渐变对象,使用&nbsp;createLinearGradient()方法创建。<br/>-&nbsp;类型为CanvasPattern时,使用&nbsp;createPattern()方法创建。 |
| [lineWidth](#linewidth)                  | number                                   | -                                        | 设置绘制线条的宽度。                               |
| [strokeStyle](#strokestyle)              | &lt;color&gt;&nbsp;\|&nbsp;[CanvasGradient](../arkui-js/js-components-canvas-canvasgradient.md)&nbsp;\|&nbsp;CanvasPattern | -                                        | 设置描边的颜色。<br/>-&nbsp;类型为&lt;color&gt;时,表示设置描边使用的颜色。<br/>-&nbsp;类型为CanvasGradient时,表示渐变对象,使用&nbsp;createLinearGradient()方法创建。<br/>-&nbsp;类型为CanvasPattern时,使用&nbsp;createPattern()方法创建。 |
| [lineCap](#linecap)                      | string                                   | butt                                     | 指定线端点的样式,可选值为:<br/>-&nbsp;butt:线端点以方形结束。<br/>-&nbsp;round:线端点以圆形结束。<br/>-&nbsp;square:线端点以方形结束,该样式下会增加一个长度和线段厚度相同,宽度是线段厚度一半的矩形。 |
| [lineJoin](#linejoin)                    | string                                   | miter                                    | 指定线段间相交的交点样式,可选值为:<br/>-&nbsp;round:在线段相连处绘制一个扇形,扇形的圆角半径是线段的宽度。<br/>-&nbsp;bevel:在线段相连处使用三角形为底填充,&nbsp;每个部分矩形拐角独立。<br/>-&nbsp;miter:在相连部分的外边缘处进行延伸,使其相交于一点,形成一个菱形区域,该属性可以通过设置miterLimit属性展现效果。 |
| [miterLimit](#miterlimit)                | number                                   | 10                                       | 设置斜接面限制值,该值指定了线条相交处内角和外角的距离。             |
| [font](#font)                            | string                                   | "normal&nbsp;normal&nbsp;14px&nbsp;sans-serif" | 设置文本绘制中的字体样式。<br/>语法:ctx.font="font-style&nbsp;font-weight&nbsp;font-size&nbsp;font-family"<sup>5+</sup><br/>-&nbsp;font-style(可选),用于指定字体样式,支持如下几种样式:normal,&nbsp;italic。<br/>-&nbsp;font-weight(可选),用于指定字体的粗细,支持如下几种类型:normal,&nbsp;bold,&nbsp;bolder,&nbsp;lighter,&nbsp;100,&nbsp;200,&nbsp;300,&nbsp;400,&nbsp;500,&nbsp;600,&nbsp;700,&nbsp;800,&nbsp;900。<br/>-&nbsp;font-size(可选),指定字号和行高,单位只支持px。<br/>-&nbsp;font-family(可选),指定字体系列,支持如下几种类型:sans-serif,&nbsp;serif,&nbsp;monospace。 |
| [textAlign](#textalign)                  | string                                   | left                                     | 设置文本绘制中的文本对齐方式,可选值为:<br/>-&nbsp;left:文本左对齐。<br/>-&nbsp;right:文本右对齐。<br/>-&nbsp;center:文本居中对齐。<br/>-&nbsp;start:文本对齐界线开始的地方。<br/>-&nbsp;end:文本对齐界线结束的地方。<br/>>&nbsp;![icon-note.gif](public_sys-resources/icon-note.gif)&nbsp;**说明:**<br/>>&nbsp;ltr布局模式下start和left一致,rtl布局模式下start和right一致·。 |
| [textBaseline](#textbaseline)            | string                                   | alphabetic                               | 设置文本绘制中的水平对齐方式,可选值为:<br/>-&nbsp;alphabetic:文本基线是标准的字母基线。<br/>-&nbsp;top:文本基线在文本块的顶部。<br/>-&nbsp;hanging:文本基线是悬挂基线。<br/>-&nbsp;middle:文本基线在文本块的中间。<br/>-&nbsp;ideographic:文字基线是表意字基线;如果字符本身超出了alphabetic&nbsp;基线,那么ideographic基线位置在字符本身的底部。<br/>-&nbsp;bottom:文本基线在文本块的底部。&nbsp;&nbsp;ideographic&nbsp;基线的区别在于&nbsp;ideographic&nbsp;基线不需要考虑下行字母。 |
| [globalAlpha](#globalalpha)              | number                                   | -                                        | 设置透明度,0.0为完全透明,1.0为完全不透明。                |
| [lineDashOffset](#linedashoffset)        | number                                   | 0.0                                      | 设置画布的虚线偏移量,精度为float。                     |
| [globalCompositeOperation](#globalcompositeoperation) | string                                   | source-over                              | 设置合成操作的方式。类型字段可选值有source-over,source-atop,source-in,source-out,destination-over,destination-atop,destination-in,destination-out,lighter,copy,xor。具体请参考[表 类型字段说明](#globalcompositeoperation)。 |
| [shadowBlur](#shadowblur)                | number                                   | 0.0                                      | 设置绘制阴影时的模糊级别,值越大越模糊,精度为float。            |
| [shadowColor](#shadowcolor)              | &lt;color&gt;                            | -                                        | 设置绘制阴影时的阴影颜色。                            |
| [shadowOffsetX](#shadowoffsetx)          | number                                   | -                                        | 设置绘制阴影时和原有对象的水平偏移值。                      |
| [shadowOffsetY](#shadowoffsety)          | number                                   | -                                        | 设置绘制阴影时和原有对象的垂直偏移值。                      |
| [imageSmoothingEnabled](#imagesmoothingenabled6)<sup>6+</sup> | boolean                                  | true                                     | 用于设置绘制图片时是否进行图像平滑度调整,true为启用,false为不启用。  |
Z
zengyawen 已提交
69 70 71


### fillStyle
Z
zengyawen 已提交
72

W
wangshuainan 已提交
73
  ```
Z
zengyawen 已提交
74
<!-- xxx.hml -->
W
wangshuainan 已提交
75

Z
zengyawen 已提交
76 77 78
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
W
wangshuainan 已提交
79
  ```
Z
zengyawen 已提交
80 81 82 83 84 85 86 87 88 89 90

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.fillStyle = '#0000ff';
    ctx.fillRect(20, 20, 150, 100);
  }
}
Z
zengyawen 已提交
91 92
```

Z
zengyawen 已提交
93
![zh-cn_image_0000001166962736](figures/zh-cn_image_0000001166962736.png)
Z
zengyawen 已提交
94

Z
zengyawen 已提交
95 96

### lineWidth
Z
zengyawen 已提交
97 98

```
Z
zengyawen 已提交
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.lineWidth = 5;
    ctx.strokeRect(25, 25, 85, 105);
  }
}
W
wangshuainan 已提交
115

Z
zengyawen 已提交
116 117
```

Z
zengyawen 已提交
118 119
![zh-cn_image_0000001166484430](figures/zh-cn_image_0000001166484430.png)

Z
zengyawen 已提交
120

Z
zengyawen 已提交
121
### strokeStyle
Z
zengyawen 已提交
122 123

```
Z
zengyawen 已提交
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.lineWidth = 10;
    ctx.strokeStyle = '#0000ff';
    ctx.strokeRect(25, 25, 155, 105);
  }
}
Z
zengyawen 已提交
141 142 143
```


Z
zengyawen 已提交
144 145 146
![zh-cn_image_0000001212124299](figures/zh-cn_image_0000001212124299.png)

### lineCap
Z
zengyawen 已提交
147 148

```
Z
zengyawen 已提交
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.lineWidth = 8;
    ctx.beginPath();
    ctx.lineCap = 'round';
    ctx.moveTo(30, 50);
    ctx.lineTo(220, 50);
    ctx.stroke();
  }
}
Z
zengyawen 已提交
169 170
```

Z
zengyawen 已提交
171
![zh-cn_image_0000001214837127](figures/zh-cn_image_0000001214837127.png)
Z
zengyawen 已提交
172

Z
zengyawen 已提交
173
### lineJoin
Z
zengyawen 已提交
174 175

```
Z
zengyawen 已提交
176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.beginPath();
    ctx.lineWidth = 8;
    ctx.lineJoin = 'miter';
    ctx.moveTo(30, 30);
    ctx.lineTo(120, 60);
    ctx.lineTo(30, 110);
    ctx.stroke();
  }
}
Z
zengyawen 已提交
197 198
```

Z
zengyawen 已提交
199
![zh-cn_image_0000001214717247](figures/zh-cn_image_0000001214717247.png)
Z
zengyawen 已提交
200

Z
zengyawen 已提交
201
### miterLimit
Z
zengyawen 已提交
202 203

```
Z
zengyawen 已提交
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 500px; height: 500px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.lineWidth =14;
    ctx.lineJoin = 'miter';
    ctx.miterLimit = 3;
    ctx.moveTo(30, 30);
    ctx.lineTo(120, 60);
    ctx.lineTo(30, 70);
    ctx.stroke();
  }
}
Z
zengyawen 已提交
225 226
```

Z
zengyawen 已提交
227
![zh-cn_image_0000001167001464](figures/zh-cn_image_0000001167001464.png)
Z
zengyawen 已提交
228

Z
zengyawen 已提交
229 230

### font
Z
zengyawen 已提交
231 232

```
Z
zengyawen 已提交
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.font = '30px sans-serif';
    ctx.fillText("Hello World", 20, 60);
  }
}
Z
zengyawen 已提交
249 250
```

Z
zengyawen 已提交
251 252
![zh-cn_image_0000001167046832](figures/zh-cn_image_0000001167046832.png)

Z
zengyawen 已提交
253

Z
zengyawen 已提交
254
### textAlign
Z
zengyawen 已提交
255 256

```
Z
zengyawen 已提交
257 258 259 260 261
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```
Z
zengyawen 已提交
262

Z
zengyawen 已提交
263 264 265 266 267 268 269 270 271 272
```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.strokeStyle = '#0000ff';
    ctx.moveTo(140, 10);
    ctx.lineTo(140, 160);
    ctx.stroke();
W
wangshuainan 已提交
273
    ctx.font = '18px sans-serif'; 
W
wangshuainan1 已提交
274
    // Show the different textAlign values
W
wangshuainan 已提交
275 276 277 278 279
    ctx.textAlign = 'start'; 
    ctx.fillText('textAlign=start', 140, 60);
    ctx.textAlign = 'end';
    ctx.fillText('textAlign=end', 140, 80);
    ctx.textAlign = 'left'; 
Z
zengyawen 已提交
280
    ctx.fillText('textAlign=left', 140, 100);
W
wangshuainan 已提交
281 282 283
    ctx.textAlign = 'center'; 
    ctx.fillText('textAlign=center',140, 120);
    ctx.textAlign = 'right';
Z
zengyawen 已提交
284 285 286
    ctx.fillText('textAlign=right',140, 140);
  }
}
W
wangshuainan 已提交
287

Z
zengyawen 已提交
288 289 290
```


Z
zengyawen 已提交
291 292 293
![zh-cn_image_0000001167472798](figures/zh-cn_image_0000001167472798.png)

### textBaseline
Z
zengyawen 已提交
294 295

```
Z
zengyawen 已提交
296 297 298 299 300
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 500px; height: 500px; "></canvas>
</div>
```
Z
zengyawen 已提交
301

Z
zengyawen 已提交
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.strokeStyle = '#0000ff';
    ctx.moveTo(0, 120);
    ctx.lineTo(400, 120);
    ctx.stroke();
    ctx.font = '20px sans-serif';
    ctx.textBaseline = 'top'; 
    ctx.fillText('Top', 10, 120); 
    ctx.textBaseline = 'bottom'; 
    ctx.fillText('Bottom', 55, 120); 
    ctx.textBaseline = 'middle'; 
    ctx.fillText('Middle', 125, 120); 
    ctx.textBaseline = 'alphabetic'; 
    ctx.fillText('Alphabetic', 195, 120); 
    ctx.textBaseline = 'hanging'; 
    ctx.fillText('Hanging', 295, 120);
  }
}
Z
zengyawen 已提交
325 326
```

Z
zengyawen 已提交
327
![zh-cn_image_0000001169315920](figures/zh-cn_image_0000001169315920.png)
Z
zengyawen 已提交
328

Z
zengyawen 已提交
329
### globalAlpha
Z
zengyawen 已提交
330 331

```
Z
zengyawen 已提交
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.fillStyle = 'rgb(255,0,0)';
    ctx.fillRect(0, 0, 50, 50);
    ctx.globalAlpha = 0.4;
    ctx.fillStyle = 'rgb(0,0,255)'; 
    ctx.fillRect(50, 50, 50, 50);
W
wangshuainan 已提交
349

Z
zengyawen 已提交
350 351
  }
}
Z
zengyawen 已提交
352 353
```

Z
zengyawen 已提交
354
![zh-cn_image_0000001167953648](figures/zh-cn_image_0000001167953648.png)
Z
zengyawen 已提交
355

Z
zengyawen 已提交
356
### lineDashOffset
Z
zengyawen 已提交
357 358

```
Z
zengyawen 已提交
359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.arc(100, 75, 50, 0, 6.28);
    ctx.setLineDash([10,20]);
    ctx.lineDashOffset = 10.0;
    ctx.stroke();
  }
}
Z
zengyawen 已提交
377 378
```

Z
zengyawen 已提交
379 380 381 382 383
![zh-cn_image_0000001167950468](figures/zh-cn_image_0000001167950468.png)

### globalCompositeOperation

- 类型字段说明
H
HelloCrease 已提交
384 385 386 387 388 389 390 391 392 393 394 395 396
  | 值                | 描述                       |
  | ---------------- | ------------------------ |
  | source-over      | 在现有绘制内容上显示新绘制内容,属于默认值。   |
  | source-atop      | 在现有绘制内容顶部显示新绘制内容。        |
  | source-in        | 在现有绘制内容中显示新绘制内容。         |
  | source-out       | 在现有绘制内容之外显示新绘制内容。        |
  | destination-over | 在新绘制内容上方显示现有绘制内容。        |
  | destination-atop | 在新绘制内容顶部显示现有绘制内容。        |
  | destination-in   | 在新绘制内容中显示现有绘制内容。         |
  | destination-out  | 在新绘制内容外显示现有绘制内容。         |
  | lighter          | 显示新绘制内容和现有绘制内容。          |
  | copy             | 显示新绘制内容而忽略现有绘制内容。        |
  | xor              | 使用异或操作对新绘制内容与现有绘制内容进行融合。 |
Z
zengyawen 已提交
397 398

- 示例
W
wangshuainan 已提交
399
```
Z
zengyawen 已提交
400 401 402 403
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
W
wangshuainan 已提交
404
```
Z
zengyawen 已提交
405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.fillStyle = 'rgb(255,0,0)';
      ctx.fillRect(20, 20, 50, 50);
      ctx.globalCompositeOperation = 'source-over';
      ctx.fillStyle = 'rgb(0,0,255)';
      ctx.fillRect(50, 50, 50, 50);
      // Start drawing second example
      ctx.fillStyle = 'rgb(255,0,0)';
      ctx.fillRect(120, 20, 50, 50);
      ctx.globalCompositeOperation = 'destination-over';
      ctx.fillStyle = 'rgb(0,0,255)';
      ctx.fillRect(150, 50, 50, 50);
Z
zengyawen 已提交
423
    }
Z
zengyawen 已提交
424 425
  }
  ```
Z
zengyawen 已提交
426

Z
zengyawen 已提交
427
  ![zh-cn_image_0000001213192781](figures/zh-cn_image_0000001213192781.png)
Z
zengyawen 已提交
428

Z
zengyawen 已提交
429
  示例中,新绘制内容是蓝色矩形,现有绘制内容是红色矩形。
Z
zengyawen 已提交
430

Z
zengyawen 已提交
431
### shadowBlur
Z
zengyawen 已提交
432

W
wangshuainan 已提交
433
  ```
Z
zengyawen 已提交
434 435 436 437
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
W
wangshuainan 已提交
438
  ```
Z
zengyawen 已提交
439 440 441 442 443 444 445 446 447 448 449 450 451

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.shadowBlur = 30;
    ctx.shadowColor = 'rgb(0,0,0)';
    ctx.fillStyle = 'rgb(255,0,0)';
    ctx.fillRect(20, 20, 100, 80);
  }
}
Z
zengyawen 已提交
452 453
```

Z
zengyawen 已提交
454
![zh-cn_image_0000001168111514](figures/zh-cn_image_0000001168111514.png)
Z
zengyawen 已提交
455

Z
zengyawen 已提交
456
### shadowColor
Z
zengyawen 已提交
457 458

```
Z
zengyawen 已提交
459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.shadowBlur = 30;
    ctx.shadowColor = 'rgb(0,0,255)';
    ctx.fillStyle = 'rgb(255,0,0)';
    ctx.fillRect(30, 30, 100, 100);
  }
}
Z
zengyawen 已提交
477 478
```

Z
zengyawen 已提交
479
![zh-cn_image_0000001168111610](figures/zh-cn_image_0000001168111610.png)
Z
zengyawen 已提交
480

Z
zengyawen 已提交
481
### shadowOffsetX
Z
zengyawen 已提交
482 483

```
Z
zengyawen 已提交
484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.shadowBlur = 10;
    ctx.shadowOffsetX = 20;
    ctx.shadowColor = 'rgb(0,0,0)';
    ctx.fillStyle = 'rgb(255,0,0)';
    ctx.fillRect(20, 20, 100, 80);
  }
}
Z
zengyawen 已提交
503 504 505
```


Z
zengyawen 已提交
506 507 508
![zh-cn_image_0000001167631876](figures/zh-cn_image_0000001167631876.png)

### shadowOffsetY
Z
zengyawen 已提交
509 510

```
Z
zengyawen 已提交
511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    ctx.shadowBlur = 10;
    ctx.shadowOffsetY = 20;
    ctx.shadowColor = 'rgb(0,0,0)';
    ctx.fillStyle = 'rgb(255,0,0)';
    ctx.fillRect(30, 30, 100, 100);
 }
}
Z
zengyawen 已提交
530 531
```

Z
zengyawen 已提交
532
![zh-cn_image_0000001213193285](figures/zh-cn_image_0000001213193285.png)
Z
zengyawen 已提交
533

Z
zengyawen 已提交
534
### imageSmoothingEnabled<sup>6+</sup>
Z
zengyawen 已提交
535 536

```
Z
zengyawen 已提交
537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556
<!-- xxx.hml -->
<div>
  <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
</div>
```

```
//xxx.js
export default {
  onShow() {
    const el =this.$refs.canvas;
    const ctx = el.getContext('2d');
    var img = new Image();
    img.src = 'common/image/example.jpg';
    img.onload = function() {
    ctx.imageSmoothingEnabled = false;
    ctx.drawImage(img, 0, 0, 400, 200);
    };
  }
}
Z
zengyawen 已提交
557 558
```

Z
zengyawen 已提交
559 560 561
![zh-cn_image_0000001167952236](figures/zh-cn_image_0000001167952236.png)


Z
zengyawen 已提交
562

Z
zengyawen 已提交
563
## 方法
Z
zengyawen 已提交
564 565


Z
zengyawen 已提交
566 567 568
### fillRect

fillRect(x: number, y: number, width:number, height: number): void
Z
zengyawen 已提交
569 570 571

填充一个矩形。

Z
zengyawen 已提交
572
- 参数
H
HelloCrease 已提交
573 574 575 576 577 578
  | 参数     | 类型     | 描述            |
  | ------ | ------ | ------------- |
  | x      | number | 指定矩形左上角点的x坐标。 |
  | y      | number | 指定矩形左上角点的y坐标。 |
  | width  | number | 指定矩形的宽度。      |
  | height | number | 指定矩形的高度。      |
Z
zengyawen 已提交
579 580

- 示例
W
wangshuainan 已提交
581
```
Z
zengyawen 已提交
582 583 584 585
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
W
wangshuainan 已提交
586
```
Z
zengyawen 已提交
587 588 589 590 591 592 593 594

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.fillRect(20, 20, 200, 150);
Z
zengyawen 已提交
595
    }
Z
zengyawen 已提交
596 597
  }
  ```
Z
zengyawen 已提交
598

Z
zengyawen 已提交
599
  ![zh-cn_image_0000001214811029](figures/zh-cn_image_0000001214811029.png)
Z
zengyawen 已提交
600

Z
zengyawen 已提交
601
### clearRect
Z
zengyawen 已提交
602

Z
zengyawen 已提交
603
clearRect(x: number, y: number, width:number, height: number): void
Z
zengyawen 已提交
604 605 606

删除指定区域内的绘制内容。

Z
zengyawen 已提交
607
- 参数
H
HelloCrease 已提交
608 609 610 611 612 613
  | 参数     | 类型     | 描述            |
  | ------ | ------ | ------------- |
  | x      | number | 指定矩形上的左上角x坐标。 |
  | y      | number | 指定矩形上的左上角y坐标。 |
  | width  | number | 指定矩形的宽度。      |
  | height | number | 指定矩形的高度。      |
Z
zengyawen 已提交
614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.fillStyle = 'rgb(0,0,255)';
      ctx.fillRect(0, 0, 400, 200);
      ctx.clearRect(20, 20, 150, 100);
Z
zengyawen 已提交
632
    }
Z
zengyawen 已提交
633 634
  }
  ```
Z
zengyawen 已提交
635

Z
zengyawen 已提交
636
  ![zh-cn_image_0000001214619417](figures/zh-cn_image_0000001214619417.png)
Z
zengyawen 已提交
637 638


Z
zengyawen 已提交
639
### strokeRect
Z
zengyawen 已提交
640

Z
zengyawen 已提交
641
strokeRect(x: number, y: number, width:number, height: number): void
Z
zengyawen 已提交
642 643 644

绘制具有边框的矩形,矩形内部不填充。

Z
zengyawen 已提交
645
- 参数
H
HelloCrease 已提交
646 647 648 649 650 651
  | 参数     | 类型     | 描述           |
  | ------ | ------ | ------------ |
  | x      | number | 指定矩形的左上角x坐标。 |
  | y      | number | 指定矩形的左上角y坐标。 |
  | width  | number | 指定矩形的宽度。     |
  | height | number | 指定矩形的高度。     |
Z
zengyawen 已提交
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.strokeRect(30, 30, 200, 150);
Z
zengyawen 已提交
668
    }
Z
zengyawen 已提交
669 670
  }
  ```
Z
zengyawen 已提交
671

Z
zengyawen 已提交
672
  ![zh-cn_image_0000001214822091](figures/zh-cn_image_0000001214822091.png)
Z
zengyawen 已提交
673 674


Z
zengyawen 已提交
675
### fillText
Z
zengyawen 已提交
676

Z
zengyawen 已提交
677
fillText(text: string, x: number, y: number): void
Z
zengyawen 已提交
678 679 680

绘制填充类文本。

Z
zengyawen 已提交
681
- 参数
H
HelloCrease 已提交
682 683 684 685 686
  | 参数   | 类型     | 描述              |
  | ---- | ------ | --------------- |
  | text | string | 需要绘制的文本内容。      |
  | x    | number | 需要绘制的文本的左下角x坐标。 |
  | y    | number | 需要绘制的文本的左下角y坐标。 |
Z
zengyawen 已提交
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.font = '35px sans-serif';
      ctx.fillText("Hello World!", 10, 60);
Z
zengyawen 已提交
704
    }
Z
zengyawen 已提交
705 706
  }
  ```
Z
zengyawen 已提交
707

Z
zengyawen 已提交
708
  ![zh-cn_image_0000001214469787](figures/zh-cn_image_0000001214469787.png)
Z
zengyawen 已提交
709

Z
zengyawen 已提交
710
### strokeText
Z
zengyawen 已提交
711

Z
zengyawen 已提交
712
strokeText(text: string, x: number, y: number): void
Z
zengyawen 已提交
713 714 715

绘制描边类文本。

Z
zengyawen 已提交
716
- 参数
H
HelloCrease 已提交
717 718 719 720 721
  | 参数   | 类型     | 描述              |
  | ---- | ------ | --------------- |
  | text | string | 需要绘制的文本内容。      |
  | x    | number | 需要绘制的文本的左下角x坐标。 |
  | y    | number | 需要绘制的文本的左下角y坐标。 |
Z
zengyawen 已提交
722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.font = '25px sans-serif';
      ctx.strokeText("Hello World!", 10, 60);
Z
zengyawen 已提交
739
    }
Z
zengyawen 已提交
740 741
  }
  ```
Z
zengyawen 已提交
742

Z
zengyawen 已提交
743
  ![zh-cn_image_0000001214460669](figures/zh-cn_image_0000001214460669.png)
Z
zengyawen 已提交
744

Z
zengyawen 已提交
745
### measureText
Z
zengyawen 已提交
746

Z
zengyawen 已提交
747
measureText(text: string): TextMetrics
Z
zengyawen 已提交
748 749 750

该方法返回一个文本测算的对象,通过该对象可以获取指定文本的宽度值。

Z
zengyawen 已提交
751
- 参数
H
HelloCrease 已提交
752 753
  | 参数   | 类型     | 描述         |
  | ---- | ------ | ---------- |
Z
zengyawen 已提交
754 755 756
  | text | string | 需要进行测量的文本。 |

- 返回值
H
HelloCrease 已提交
757 758
  | 类型          | 说明                                     |
  | ----------- | -------------------------------------- |
Z
zengyawen 已提交
759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778
  | TextMetrics | 包含指定字体的宽度,该宽度可以通过TextMetrics.width来获取。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.font = '20px sans-serif';
      var txt = 'Hello World';
      ctx.fillText("width:" + ctx.measureText(txt).width, 20, 60);
      ctx.fillText(txt, 20, 110);
Z
zengyawen 已提交
779
    }
Z
zengyawen 已提交
780 781
  }
  ```
Z
zengyawen 已提交
782

Z
zengyawen 已提交
783
  ![zh-cn_image_0000001169142476](figures/zh-cn_image_0000001169142476.png)
Z
zengyawen 已提交
784 785


Z
zengyawen 已提交
786 787
### stroke
stroke(): void
Z
zengyawen 已提交
788 789 790

进行边框绘制操作。

Z
zengyawen 已提交
791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.moveTo(25, 25);
      ctx.lineTo(25, 250);
      ctx.lineWidth = '6';
      ctx.strokeStyle = 'rgb(0,0,255)';
      ctx.stroke();
Z
zengyawen 已提交
810
    }
Z
zengyawen 已提交
811 812
  }
  ```
Z
zengyawen 已提交
813

Z
zengyawen 已提交
814
  ![zh-cn_image_0000001236697937](figures/zh-cn_image_0000001236697937.png)
Z
zengyawen 已提交
815 816


Z
zengyawen 已提交
817 818
### beginPath
beginPath(): void
Z
zengyawen 已提交
819 820 821

创建一个新的绘制路径。

Z
zengyawen 已提交
822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 500px; height: 500px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();              
      ctx.lineWidth = '6';
      ctx.strokeStyle = '#0000ff';
      ctx.moveTo(15, 80); 
      ctx.lineTo(280, 80);
      ctx.stroke();
Z
zengyawen 已提交
842
    }
Z
zengyawen 已提交
843 844
  }
  ```
Z
zengyawen 已提交
845

Z
zengyawen 已提交
846
  ![zh-cn_image_0000001214629745](figures/zh-cn_image_0000001214629745.png)
Z
zengyawen 已提交
847 848


Z
zengyawen 已提交
849 850
### moveTo
moveTo(x: number, y: number): void
Z
zengyawen 已提交
851 852 853

路径从当前点移动到指定点。

Z
zengyawen 已提交
854
- 参数
H
HelloCrease 已提交
855 856 857 858
  | 参数   | 类型     | 描述        |
  | ---- | ------ | --------- |
  | x    | number | 指定位置的x坐标。 |
  | y    | number | 指定位置的y坐标。 |
Z
zengyawen 已提交
859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.moveTo(10, 10);
      ctx.lineTo(280, 160);
      ctx.stroke();
Z
zengyawen 已提交
878
    }
Z
zengyawen 已提交
879 880
  }
  ```
Z
zengyawen 已提交
881

Z
zengyawen 已提交
882
  ![zh-cn_image_0000001169309948](figures/zh-cn_image_0000001169309948.png)
Z
zengyawen 已提交
883 884


Z
zengyawen 已提交
885 886
### lineTo
lineTo(x: number, y: number): void
Z
zengyawen 已提交
887 888 889

从当前点到指定点进行路径连接。

Z
zengyawen 已提交
890
- 参数
H
HelloCrease 已提交
891 892 893 894
  | 参数   | 类型     | 描述        |
  | ---- | ------ | --------- |
  | x    | number | 指定位置的x坐标。 |
  | y    | number | 指定位置的y坐标。 |
Z
zengyawen 已提交
895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.moveTo(10, 10);
      ctx.lineTo(280, 160);
      ctx.stroke();
Z
zengyawen 已提交
914
    }
Z
zengyawen 已提交
915 916
  }
  ```
Z
zengyawen 已提交
917

Z
zengyawen 已提交
918
  ![zh-cn_image_0000001169469914](figures/zh-cn_image_0000001169469914.png)
Z
zengyawen 已提交
919 920


Z
zengyawen 已提交
921 922
### closePath
closePath(): void
Z
zengyawen 已提交
923 924 925

结束当前路径形成一个封闭路径。

Z
zengyawen 已提交
926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.moveTo(30, 30);
      ctx.lineTo(110, 30);
      ctx.lineTo(70, 90);
      ctx.closePath();
      ctx.stroke();
Z
zengyawen 已提交
946
    }
Z
zengyawen 已提交
947 948
  }
  ```
Z
zengyawen 已提交
949

Z
zengyawen 已提交
950
  ![zh-cn_image_0000001169151508](figures/zh-cn_image_0000001169151508.png)
Z
zengyawen 已提交
951

Z
zengyawen 已提交
952
### createPattern
Z
zengyawen 已提交
953

Z
zengyawen 已提交
954
createPattern(image: Image, repetition: string): Object
Z
zengyawen 已提交
955 956 957

通过指定图像和重复方式创建图片填充的模板。

Z
zengyawen 已提交
958
- 参数
H
HelloCrease 已提交
959 960 961
  | 参数         | 类型     | 描述                                       |
  | ---------- | ------ | ---------------------------------------- |
  | image      | Image  | 图源对象,具体参考[Image对象](../arkui-js/js-components-canvas-image.md)。 |
Z
zengyawen 已提交
962 963 964
  | repetition | string | 设置图像重复的方式,取值为:'repeat'、'repeat-x'、&nbsp;'repeat-y'、'no-repeat'。 |

- 返回值
H
HelloCrease 已提交
965 966
  | 类型     | 说明                |
  | ------ | ----------------- |
Z
zengyawen 已提交
967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987
  | Object | 指定图像填充的Pattern对象。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      var img = new Image();
      img.src = 'common/images/example.jpg';
      var pat = ctx.createPattern(img, 'repeat');
      ctx.fillStyle = pat;
      ctx.fillRect(0, 0, 20, 20);
Z
zengyawen 已提交
988
    }
Z
zengyawen 已提交
989 990
  }
  ```
Z
zengyawen 已提交
991

Z
zengyawen 已提交
992
  ![zh-cn_image_0000001169301188](figures/zh-cn_image_0000001169301188.png)
Z
zengyawen 已提交
993

Z
zengyawen 已提交
994
### bezierCurveTo
Z
zengyawen 已提交
995

Z
zengyawen 已提交
996
bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void
Z
zengyawen 已提交
997 998 999

创建三次贝赛尔曲线的路径。

Z
zengyawen 已提交
1000
- 参数
H
HelloCrease 已提交
1001 1002
  | 参数   | 类型     | 描述             |
  | ---- | ------ | -------------- |
Z
zengyawen 已提交
1003 1004 1005 1006
  | cp1x | number | 第一个贝塞尔参数的x坐标值。 |
  | cp1y | number | 第一个贝塞尔参数的y坐标值。 |
  | cp2x | number | 第二个贝塞尔参数的x坐标值。 |
  | cp2y | number | 第二个贝塞尔参数的y坐标值。 |
H
HelloCrease 已提交
1007 1008
  | x    | number | 路径结束时的x坐标值。    |
  | y    | number | 路径结束时的y坐标值。    |
Z
zengyawen 已提交
1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.moveTo(10, 10);
      ctx.bezierCurveTo(20, 100, 200, 100, 200, 20);
      ctx.stroke();
Z
zengyawen 已提交
1028
    }
Z
zengyawen 已提交
1029 1030
  }
  ```
Z
zengyawen 已提交
1031

Z
zengyawen 已提交
1032
  ![zh-cn_image_0000001214621177](figures/zh-cn_image_0000001214621177.png)
Z
zengyawen 已提交
1033

Z
zengyawen 已提交
1034
### quadraticCurveTo
Z
zengyawen 已提交
1035

Z
zengyawen 已提交
1036
quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void
Z
zengyawen 已提交
1037 1038 1039

创建二次贝赛尔曲线的路径。

Z
zengyawen 已提交
1040
- 参数
H
HelloCrease 已提交
1041 1042 1043 1044 1045 1046
  | 参数   | 类型     | 描述          |
  | ---- | ------ | ----------- |
  | cpx  | number | 贝塞尔参数的x坐标值。 |
  | cpy  | number | 贝塞尔参数的y坐标值。 |
  | x    | number | 路径结束时的x坐标值。 |
  | y    | number | 路径结束时的y坐标值。 |
Z
zengyawen 已提交
1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.moveTo(20, 20);
      ctx.quadraticCurveTo(100, 100, 200, 20);
      ctx.stroke();
Z
zengyawen 已提交
1066
    }
Z
zengyawen 已提交
1067 1068
  }
  ```
Z
zengyawen 已提交
1069

Z
zengyawen 已提交
1070
  ![zh-cn_image_0000001169461910](figures/zh-cn_image_0000001169461910.png)
Z
zengyawen 已提交
1071 1072


Z
zengyawen 已提交
1073 1074
### arc
arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, anticlockwise: boolean): void
Z
zengyawen 已提交
1075 1076 1077

绘制弧线路径。

Z
zengyawen 已提交
1078
- 参数
H
HelloCrease 已提交
1079 1080 1081 1082 1083 1084 1085
  | 参数            | 类型      | 描述         |
  | ------------- | ------- | ---------- |
  | x             | number  | 弧线圆心的x坐标值。 |
  | y             | number  | 弧线圆心的y坐标值。 |
  | radius        | number  | 弧线的圆半径。    |
  | startAngle    | number  | 弧线的起始弧度。   |
  | endAngle      | number  | 弧线的终止弧度。   |
Z
zengyawen 已提交
1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104
  | anticlockwise | boolean | 是否逆时针绘制圆弧。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.arc(100, 75, 50, 0, 6.28);
      ctx.stroke();
Z
zengyawen 已提交
1105
    }
Z
zengyawen 已提交
1106 1107
  }
  ```
Z
zengyawen 已提交
1108

Z
zengyawen 已提交
1109
  ![zh-cn_image_0000001169470288](figures/zh-cn_image_0000001169470288.png)
Z
zengyawen 已提交
1110

Z
zengyawen 已提交
1111
### arcTo
Z
zengyawen 已提交
1112

Z
zengyawen 已提交
1113
arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void
Z
zengyawen 已提交
1114 1115 1116

依据圆弧经过的点和圆弧半径创建圆弧路径。

Z
zengyawen 已提交
1117
- 参数
H
HelloCrease 已提交
1118 1119 1120 1121 1122 1123 1124
  | 参数     | 类型     | 描述              |
  | ------ | ------ | --------------- |
  | x1     | number | 圆弧经过的第一个点的x坐标值。 |
  | y1     | number | 圆弧经过的第一个点的y坐标值。 |
  | x2     | number | 圆弧经过的第二个点的x坐标值。 |
  | y2     | number | 圆弧经过的第二个点的y坐标值。 |
  | radius | number | 圆弧的圆半径值。        |
Z
zengyawen 已提交
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.moveTo(100, 20);
      ctx.arcTo(150, 20, 150, 70, 50); // Create an arc
      ctx.stroke();
Z
zengyawen 已提交
1143
    }
Z
zengyawen 已提交
1144 1145
  }
  ```
Z
zengyawen 已提交
1146

Z
zengyawen 已提交
1147
  ![zh-cn_image_0000001169143586](figures/zh-cn_image_0000001169143586.png)
Z
zengyawen 已提交
1148

Z
zengyawen 已提交
1149
### ellipse<sup>6+</sup>
Z
zengyawen 已提交
1150

Z
zengyawen 已提交
1151
ellipse(x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: number, endAngle: number, anticlockwise: number): void
Z
zengyawen 已提交
1152 1153 1154

在规定的矩形区域绘制一个椭圆。

Z
zengyawen 已提交
1155
- 参数
H
HelloCrease 已提交
1156 1157 1158 1159 1160 1161 1162 1163 1164
  | 参数            | 类型     | 描述                                   |
  | ------------- | ------ | ------------------------------------ |
  | x             | number | 椭圆圆心的x轴坐标。                           |
  | y             | number | 椭圆圆心的y轴坐标。                           |
  | radiusX       | number | 椭圆x轴的半径长度。                           |
  | radiusY       | number | 椭圆y轴的半径长度。                           |
  | rotation      | number | 椭圆的旋转角度,单位为弧度。                       |
  | startAngle    | number | 椭圆绘制的起始点角度,以弧度表示。                    |
  | endAngle      | number | 椭圆绘制的结束点角度,以弧度表示。                    |
Z
zengyawen 已提交
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183
  | anticlockwise | number | 是否以逆时针方向绘制椭圆,0为顺时针,1为逆时针。(可选参数,默认为0) |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 500px; height: 500px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.beginPath();
      ctx.ellipse(200, 200, 50, 100, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
      ctx.stroke();
Z
zengyawen 已提交
1184
    }
Z
zengyawen 已提交
1185 1186
  }
  ```
Z
zengyawen 已提交
1187

Z
zengyawen 已提交
1188
  ![zh-cn_image_0000001214823665](figures/zh-cn_image_0000001214823665.png)
Z
zengyawen 已提交
1189 1190


Z
zengyawen 已提交
1191 1192
### rect
rect(x: number, y: number, width: number, height: number): void
Z
zengyawen 已提交
1193 1194 1195

创建矩形路径。

Z
zengyawen 已提交
1196
- 参数
H
HelloCrease 已提交
1197 1198 1199 1200 1201 1202
  | 参数     | 类型     | 描述            |
  | ------ | ------ | ------------- |
  | x      | number | 指定矩形的左上角x坐标值。 |
  | y      | number | 指定矩形的左上角y坐标值。 |
  | width  | number | 指定矩形的宽度。      |
  | height | number | 指定矩形的高度。      |
Z
zengyawen 已提交
1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.rect(20, 20, 100, 100); // Create a 100*100 rectangle at (20, 20)
      ctx.stroke(); // Draw it
Z
zengyawen 已提交
1220
    }
Z
zengyawen 已提交
1221 1222
  }
  ```
Z
zengyawen 已提交
1223

Z
zengyawen 已提交
1224
  ![zh-cn_image_0000001214630783](figures/zh-cn_image_0000001214630783.png)
Z
zengyawen 已提交
1225

Z
zengyawen 已提交
1226
### fill
Z
zengyawen 已提交
1227

Z
zengyawen 已提交
1228
fill(): void
Z
zengyawen 已提交
1229 1230 1231

对封闭路径进行填充。

Z
zengyawen 已提交
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.rect(20, 20, 100, 100); // Create a 100*100 rectangle at (20, 20)
      ctx.fill(); // Draw it in default setting
Z
zengyawen 已提交
1248
    }
Z
zengyawen 已提交
1249 1250
  }
  ```
Z
zengyawen 已提交
1251

Z
zengyawen 已提交
1252
  ![zh-cn_image_0000001214703717](figures/zh-cn_image_0000001214703717.png)
Z
zengyawen 已提交
1253

Z
zengyawen 已提交
1254
### clip
Z
zengyawen 已提交
1255

Z
zengyawen 已提交
1256
clip(): void
Z
zengyawen 已提交
1257 1258 1259

设置当前路径为剪切路径。

Z
zengyawen 已提交
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.rect(0, 0, 200, 200);
      ctx.stroke();
      ctx.clip();
      // Draw red rectangle after clip
      ctx.fillStyle = "rgb(255,0,0)";
      ctx.fillRect(0, 0, 150, 150);
Z
zengyawen 已提交
1280
    }
Z
zengyawen 已提交
1281 1282
  }
  ```
Z
zengyawen 已提交
1283

Z
zengyawen 已提交
1284
  ![zh-cn_image_0000001169303414](figures/zh-cn_image_0000001169303414.png)
Z
zengyawen 已提交
1285

Z
zengyawen 已提交
1286
### rotate
Z
zengyawen 已提交
1287

Z
zengyawen 已提交
1288
rotate(rotate: number): void
Z
zengyawen 已提交
1289 1290 1291

针对当前坐标轴进行顺时针旋转。

Z
zengyawen 已提交
1292
- 参数
H
HelloCrease 已提交
1293 1294
  | 参数     | 类型     | 描述                                       |
  | ------ | ------ | ---------------------------------------- |
Z
zengyawen 已提交
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312
  | rotate | number | 设置顺时针旋转的弧度值,可以通过Math.PI&nbsp;/&nbsp;180将角度转换为弧度值。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
      ctx.fillRect(70, 20, 50, 50);
Z
zengyawen 已提交
1313
    }
Z
zengyawen 已提交
1314 1315
  }
  ```
Z
zengyawen 已提交
1316

Z
zengyawen 已提交
1317
  ![zh-cn_image_0000001169463368](figures/zh-cn_image_0000001169463368.png)
Z
zengyawen 已提交
1318

Z
zengyawen 已提交
1319
### scale
Z
zengyawen 已提交
1320

Z
zengyawen 已提交
1321
scale(x: number, y: number): void
Z
zengyawen 已提交
1322 1323 1324

设置canvas画布的缩放变换属性,后续的绘制操作将按照缩放比例进行缩放。

Z
zengyawen 已提交
1325
- 参数
H
HelloCrease 已提交
1326 1327 1328 1329
  | 参数   | 类型     | 描述          |
  | ---- | ------ | ----------- |
  | x    | number | 设置水平方向的缩放值。 |
  | y    | number | 设置垂直方向的缩放值。 |
Z
zengyawen 已提交
1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.strokeRect(10, 10, 25, 25);
      ctx.scale(2, 2);// Scale to 200%
      ctx.strokeRect(10, 10, 25, 25);
Z
zengyawen 已提交
1348
    }
Z
zengyawen 已提交
1349 1350
  }
  ```
Z
zengyawen 已提交
1351

Z
zengyawen 已提交
1352
  ![zh-cn_image_0000001214463281](figures/zh-cn_image_0000001214463281.png)
Z
zengyawen 已提交
1353

Z
zengyawen 已提交
1354
### transform
Z
zengyawen 已提交
1355

Z
zengyawen 已提交
1356
transform(scaleX: number, skewX: number, skewY: number, scale: number, translateX: number, translateY: number): void
Z
zengyawen 已提交
1357 1358 1359

transform方法对应一个变换矩阵,想对一个图形进行变化的时候,只要设置此变换矩阵相应的参数,对图形的各个定点的坐标分别乘以这个矩阵,就能得到新的定点的坐标。矩阵变换效果可叠加。

Z
zengyawen 已提交
1360 1361
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> 变换后的坐标计算方式(x和y为变换前坐标,x'和y'为变换后坐标):
H
HelloCrease 已提交
1362
>
Z
zengyawen 已提交
1363
> - x' = scaleX \* x + skewY \* y + translateX
H
HelloCrease 已提交
1364
>
Z
zengyawen 已提交
1365 1366 1367
> - y' = skewX \* x + scaleY \* y + translateY

- 参数
H
HelloCrease 已提交
1368 1369 1370 1371 1372 1373
  | 参数         | 类型     | 描述       |
  | ---------- | ------ | -------- |
  | scaleX     | number | 指定水平缩放值。 |
  | skewX      | number | 指定水平倾斜值。 |
  | skewY      | number | 指定垂直倾斜值。 |
  | scaleY     | number | 指定垂直缩放值。 |
Z
zengyawen 已提交
1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398
  | translateX | number | 指定水平移动值。 |
  | translateY | number | 指定垂直移动值。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.fillStyle = 'rgb(0,0,0)';
      ctx.fillRect(0, 0, 100, 100)
      ctx.transform(1, 0.5, -0.5, 1, 10, 10);
      ctx.fillStyle = 'rgb(255,0,0)';
      ctx.fillRect(0, 0, 100, 100);
      ctx.transform(1, 0.5, -0.5, 1, 10, 10);
      ctx.fillStyle = 'rgb(0,0,255)';
      ctx.fillRect(0, 0, 100, 100);
Z
zengyawen 已提交
1399
    }
Z
zengyawen 已提交
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411
  }
  ```

  ![zh-cn_image_0000001214623227](figures/zh-cn_image_0000001214623227.png)

### setTransform

setTransform(scaleX: number, skewX: number, skewY: number, scale: number, translateX: number, translateY: number): void

setTransfrom方法使用的参数和transform()方法相同,但setTransform()方法会重置现有的变换矩阵并创建新的变换矩阵。

- 参数
H
HelloCrease 已提交
1412 1413 1414 1415 1416 1417
  | 参数         | 类型     | 描述       |
  | ---------- | ------ | -------- |
  | scaleX     | number | 指定水平缩放值。 |
  | skewX      | number | 指定水平倾斜值。 |
  | skewY      | number | 指定垂直倾斜值。 |
  | scaleY     | number | 指定垂直缩放值。 |
Z
zengyawen 已提交
1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439
  | translateX | number | 指定水平移动值。 |
  | translateY | number | 指定垂直移动值。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.fillStyle = 'rgb(255,0,0)';
      ctx.fillRect(0, 0, 100, 100)
      ctx.setTransform(1,0.5, -0.5, 1, 10, 10);
      ctx.fillStyle = 'rgb(0,0,255)';
      ctx.fillRect(0, 0, 100, 100);
Z
zengyawen 已提交
1440
    }
Z
zengyawen 已提交
1441 1442
  }
  ```
Z
zengyawen 已提交
1443

Z
zengyawen 已提交
1444
  ![zh-cn_image_0000001168984880](figures/zh-cn_image_0000001168984880.png)
Z
zengyawen 已提交
1445

Z
zengyawen 已提交
1446
### translate
Z
zengyawen 已提交
1447

Z
zengyawen 已提交
1448
translate(x: number, y: number): void
Z
zengyawen 已提交
1449 1450 1451

移动当前坐标系的原点。

Z
zengyawen 已提交
1452
- 参数
H
HelloCrease 已提交
1453 1454 1455 1456
  | 参数   | 类型     | 描述       |
  | ---- | ------ | -------- |
  | x    | number | 设置水平平移量。 |
  | y    | number | 设置竖直平移量。 |
Z
zengyawen 已提交
1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.fillRect(10, 10, 50, 50);
      ctx.translate(70, 70);
      ctx.fillRect(10, 10, 50, 50);
Z
zengyawen 已提交
1475
    }
Z
zengyawen 已提交
1476 1477
  }
  ```
Z
zengyawen 已提交
1478

Z
zengyawen 已提交
1479
  ![zh-cn_image_0000001169144864](figures/zh-cn_image_0000001169144864.png)
Z
zengyawen 已提交
1480

Z
zengyawen 已提交
1481
### createPath2D<sup>6+</sup>
Z
zengyawen 已提交
1482

Z
zengyawen 已提交
1483
createPath2D(path: Path2D, cmds: string): Path2D
Z
zengyawen 已提交
1484 1485 1486

创建一个Path2D对象。

Z
zengyawen 已提交
1487
- 参数
H
HelloCrease 已提交
1488 1489 1490
  | 参数   | 类型     | 描述             |
  | ---- | ------ | -------------- |
  | path | Path2D | Path2D对象。      |
Z
zengyawen 已提交
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519
  | cmds | string | SVG的Path描述字符串。 |

- 返回值
  [Path2D对象](../arkui-js/js-components-canvas-path2d.md)

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 500px; height: 500px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      var path1 = ctx.createPath2D();
      path1.moveTo(100, 100);
      path1.lineTo(200, 100);
      path1.lineTo(100, 200);
      path1.closePath();
      ctx.stroke(path1);
      var path2 = ctx.createPath2D("M150 150 L50 250 L250 250 Z");
      ctx.stroke(path2);
      var path3 = ctx.createPath2D(path2);
      ctx.stroke(path3);
Z
zengyawen 已提交
1520
    }
Z
zengyawen 已提交
1521 1522
  }
  ```
Z
zengyawen 已提交
1523

Z
zengyawen 已提交
1524
  ![zh-cn_image_0000001214824709](figures/zh-cn_image_0000001214824709.png)
Z
zengyawen 已提交
1525

Z
zengyawen 已提交
1526
### drawImage
Z
zengyawen 已提交
1527

Z
zengyawen 已提交
1528
drawImage(image: Image, sx: number, sy: number, sWidth: number, sHeight: number, dx: number, dy: number, dWidth: number, dHeight: number):void
Z
zengyawen 已提交
1529 1530 1531

进行图像绘制。

Z
zengyawen 已提交
1532
- 参数
H
HelloCrease 已提交
1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543
  | 参数      | 类型     | 描述                                       |
  | ------- | ------ | ---------------------------------------- |
  | image   | Image  | 图片资源,请参考[Image对象](../arkui-js/js-components-canvas-image.md)。 |
  | sx      | number | 裁切源图像时距离源图像左上角的x坐标值。                     |
  | sy      | number | 裁切源图像时距离源图像左上角的y坐标值。                     |
  | sWidth  | number | 裁切源图像时需要裁切的宽度。                           |
  | sHeight | number | 裁切源图像时需要裁切的高度。                           |
  | dx      | number | 绘制区域左上角在x轴的位置。                           |
  | dy      | number | 绘制区域左上角在y&nbsp;轴的位置。                     |
  | dWidth  | number | 绘制区域的宽度。                                 |
  | dHeight | number | 绘制区域的高度。                                 |
Z
zengyawen 已提交
1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      var test = this.$element('drawImage');
      var ctx = test.getContext('2d');
      var img = new Image();
      img.src = 'common/image/test.jpg';
      ctx.drawImage(img, 50, 80, 80, 80);
Z
zengyawen 已提交
1562
    }
Z
zengyawen 已提交
1563 1564
  }
  ```
Z
zengyawen 已提交
1565

Z
zengyawen 已提交
1566
  ![zh-cn_image_0000001214704759](figures/zh-cn_image_0000001214704759.png)
Z
zengyawen 已提交
1567

Z
zengyawen 已提交
1568
### restore
Z
zengyawen 已提交
1569

Z
zengyawen 已提交
1570
restore(): void
Z
zengyawen 已提交
1571 1572 1573

对保存的绘图上下文进行恢复。

Z
zengyawen 已提交
1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.restore();
Z
zengyawen 已提交
1589
    }
Z
zengyawen 已提交
1590 1591
  }
  ```
Z
zengyawen 已提交
1592

Z
zengyawen 已提交
1593
### save
Z
zengyawen 已提交
1594

Z
zengyawen 已提交
1595
save(): void
Z
zengyawen 已提交
1596 1597 1598

对当前的绘图上下文进行保存。

Z
zengyawen 已提交
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613
- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.save();
Z
zengyawen 已提交
1614
    }
Z
zengyawen 已提交
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624
  }
  ```

### createLinearGradient<sup>6+</sup>

createLinearGradient(x0: number, y0: number, x1: number, y1: number): Object

创建一个线性渐变色,返回CanvasGradient对象,请参考[CanvasGradient对象](../arkui-js/js-components-canvas-canvasgradient.md)

- 参数
H
HelloCrease 已提交
1625 1626 1627 1628 1629 1630
  | 参数   | 类型     | 描述       |
  | ---- | ------ | -------- |
  | x0   | number | 起点的x轴坐标。 |
  | y0   | number | 起点的y轴坐标。 |
  | x1   | number | 终点的x轴坐标。 |
  | y1   | number | 终点的y轴坐标。 |
Z
zengyawen 已提交
1631 1632

- 返回值
H
HelloCrease 已提交
1633 1634
  | 类型     | 说明                     |
  | ------ | ---------------------- |
Z
zengyawen 已提交
1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660
  | Object | 返回创建的CanvasGradient对象。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 500px; height: 500px; background-color: #ffff00;"></canvas>
    <input type="button" style="width: 180px; height: 60px;" value="fillStyle" onclick="handleClick" />
  </div>
  ```

  ```
  // xxx.js
  export default {
    handleClick() {
      const el = this.$refs.canvas;
      const ctx = el.getContext('2d');
      // Linear gradient: start(50,0) end(300,100)
      var gradient = ctx.createLinearGradient(50,0, 300,100);
      // Add three color stops
      gradient.addColorStop(0.0, 'red');
      gradient.addColorStop(0.5, 'white');
      gradient.addColorStop(1.0, 'green');
      // Set the fill style and draw a rectangle
      ctx.fillStyle = gradient;
      ctx.fillRect(0, 0, 500, 500);
Z
zengyawen 已提交
1661
    }
Z
zengyawen 已提交
1662 1663
  }
  ```
Z
zengyawen 已提交
1664

Z
zengyawen 已提交
1665
  ![zh-cn_image_0000001169303416](figures/zh-cn_image_0000001169303416.png)
Z
zengyawen 已提交
1666

Z
zengyawen 已提交
1667
### createRadialGradient<sup>6+</sup>
Z
zengyawen 已提交
1668

Z
zengyawen 已提交
1669
createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): Object
Z
zengyawen 已提交
1670 1671 1672

创建一个径向渐变色,返回CanvasGradient对象,请参考CanvasGradient

Z
zengyawen 已提交
1673
- 参数
H
HelloCrease 已提交
1674 1675 1676 1677 1678 1679 1680 1681
  | 参数   | 类型     | 描述                |
  | ---- | ------ | ----------------- |
  | x0   | number | 起始圆的x轴坐标。         |
  | y0   | number | 起始圆的y轴坐标。         |
  | r0   | number | 起始圆的半径。必须是非负且有限的。 |
  | x1   | number | 终点圆的x轴坐标。         |
  | y1   | number | 终点圆的y轴坐标。         |
  | r1   | number | 终点圆的半径。必须为非负且有限的。 |
Z
zengyawen 已提交
1682 1683

- 返回值
H
HelloCrease 已提交
1684 1685
  | 类型     | 说明                     |
  | ------ | ---------------------- |
Z
zengyawen 已提交
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711
  | Object | 返回创建的CanvasGradient对象。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 500px; height: 500px; background-color: #ffff00;"></canvas>
    <input type="button" style="width: 180px; height: 60px;" value="fillStyle" onclick="handleClick" />
  </div>
  ```

  ```
  // xxx.js
  export default {
    handleClick() {
      const el = this.$refs.canvas;
      const ctx = el.getContext('2d');
      // Radial gradient: inner circle(200,200,r:50) outer circle(200,200,r:200)
      var gradient = ctx.createRadialGradient(200,200,50, 200,200,200);
      // Add three color stops
      gradient.addColorStop(0.0, 'red');
      gradient.addColorStop(0.5, 'white');
      gradient.addColorStop(1.0, 'green');
      // Set the fill style and draw a rectangle
      ctx.fillStyle = gradient;
      ctx.fillRect(0, 0, 500, 500);
Z
zengyawen 已提交
1712
    }
Z
zengyawen 已提交
1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724
  }
  ```

  ![zh-cn_image_0000001169463370](figures/zh-cn_image_0000001169463370.png)

### createImageData

createImageData(width: number, height: number, imageData: Object): Object

创建新的ImageData 对象,请参考[ImageData对象](../arkui-js/js-components-canvas-imagedata.md)

- 参数
H
HelloCrease 已提交
1725 1726 1727 1728
  | 参数        | 类型     | 描述                |
  | --------- | ------ | ----------------- |
  | width     | number | ImageData的宽度。     |
  | height    | number | ImageData的高度。     |
Z
zengyawen 已提交
1729 1730 1731
  | imagedata | Object | 复制现有的ImageData对象。 |

- 返回值
H
HelloCrease 已提交
1732 1733
  | 类型     | 说明                |
  | ------ | ----------------- |
Z
zengyawen 已提交
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749
  | Object | 返回创建的ImageData对象。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
W
wangshuainan 已提交
1750 1751
      var imageData = ctx.createImageData(50, 100);  // Create ImageData with 50px width and 100px height
      var newImageData = ctx.createImageData(imageData);  // Create ImageData using the input imageData
Z
zengyawen 已提交
1752
    }
Z
zengyawen 已提交
1753 1754
  }
  ```
Z
zengyawen 已提交
1755

Z
zengyawen 已提交
1756
### getImageData
Z
zengyawen 已提交
1757

Z
zengyawen 已提交
1758
getImageData(sx: number, sy: number, sw: number, sh: number): Object
Z
zengyawen 已提交
1759 1760 1761

以当前canvas指定区域内的像素创建ImageData对象。

Z
zengyawen 已提交
1762
- 参数
H
HelloCrease 已提交
1763 1764 1765 1766 1767 1768
  | 参数   | 类型     | 描述              |
  | ---- | ------ | --------------- |
  | sx   | number | 需要输出的区域的左上角x坐标。 |
  | sy   | number | 需要输出的区域的左上角y坐标。 |
  | sw   | number | 需要输出的区域的宽度。     |
  | sh   | number | 需要输出的区域的高度。     |
Z
zengyawen 已提交
1769 1770

- 返回值
H
HelloCrease 已提交
1771 1772
  | 类型     | 说明                      |
  | ------ | ----------------------- |
Z
zengyawen 已提交
1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786
  | Object | 返回包含指定区域像素的ImageData对象。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas  style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
W
wangshuainan 已提交
1787 1788
      const test = this.$element('getImageData')
      const ctx = test.getContext('2d');
Z
zengyawen 已提交
1789
      var imageData = ctx.getImageData(0, 0, 280, 300);
Z
zengyawen 已提交
1790
    }
Z
zengyawen 已提交
1791 1792
  }
  ```
Z
zengyawen 已提交
1793

Z
zengyawen 已提交
1794
### putImageData
Z
zengyawen 已提交
1795

Z
zengyawen 已提交
1796
putImageData(imageData: Object, dx: number, dy: number, dirtyX: number, dirtyY: number, dirtyWidth: number, dirtyHeight: number): void
Z
zengyawen 已提交
1797 1798 1799

使用ImageData数据填充新的矩形区域。

Z
zengyawen 已提交
1800
- 参数
H
HelloCrease 已提交
1801 1802 1803 1804 1805 1806 1807 1808 1809
  | 参数          | 类型     | 描述                            |
  | ----------- | ------ | ----------------------------- |
  | imagedata   | Object | 包含像素值的ImageData对象。            |
  | dx          | number | 填充区域在x轴方向的偏移量。                |
  | dy          | number | 填充区域在y轴方向的偏移量。                |
  | dirtyX      | number | 源图像数据矩形裁切范围左上角距离源图像左上角的x轴偏移量。 |
  | dirtyY      | number | 源图像数据矩形裁切范围左上角距离源图像左上角的y轴偏移量。 |
  | dirtyWidth  | number | 源图像数据矩形裁切范围的宽度。               |
  | dirtyHeight | number | 源图像数据矩形裁切范围的高度。               |
Z
zengyawen 已提交
1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas  style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
W
wangshuainan 已提交
1823 1824
      const test = this.$element('getImageData')
      const ctx = test.getContext('2d');
Z
zengyawen 已提交
1825 1826 1827 1828 1829 1830
      var imgData = ctx.createImageData(100, 100);
      for (var i = 0; i < imgData.data.length; i += 4) {
        imgData.data[i + 0] = 255;
        imgData.data[i + 1] = 0;
        imgData.data[i + 2] = 0;
        imgData.data[i + 3] = 255;
Z
zengyawen 已提交
1831
    }
Z
zengyawen 已提交
1832 1833 1834 1835
      ctx.putImageData(imgData, 10, 10);
    }
  }
  ```
Z
zengyawen 已提交
1836

Z
zengyawen 已提交
1837
  ![zh-cn_image_0000001214463283](figures/zh-cn_image_0000001214463283.png)
Z
zengyawen 已提交
1838

Z
zengyawen 已提交
1839
### setLineDash
Z
zengyawen 已提交
1840

Z
zengyawen 已提交
1841
setLineDash(segments: Array): void
Z
zengyawen 已提交
1842 1843 1844

设置画布的虚线样式。

Z
zengyawen 已提交
1845
- 参数
H
HelloCrease 已提交
1846 1847
  | 参数       | 类型    | 描述                   |
  | -------- | ----- | -------------------- |
Z
zengyawen 已提交
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866
  | segments | Array | 作为数组用来描述线段如何交替和间距长度。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      ctx.arc(100, 75, 50, 0, 6.28);
      ctx.setLineDash([10,20]);
      ctx.stroke();
Z
zengyawen 已提交
1867
    }
Z
zengyawen 已提交
1868 1869
  }
  ```
Z
zengyawen 已提交
1870

Z
zengyawen 已提交
1871
  ![zh-cn_image_0000001214623229](figures/zh-cn_image_0000001214623229.png)
Z
zengyawen 已提交
1872

Z
zengyawen 已提交
1873
### getLineDash
Z
zengyawen 已提交
1874

Z
zengyawen 已提交
1875
getLineDash(): Array
Z
zengyawen 已提交
1876 1877 1878

获得当前画布的虚线样式。

Z
zengyawen 已提交
1879
- 返回值
H
HelloCrease 已提交
1880 1881
  | 类型    | 说明                       |
  | ----- | ------------------------ |
Z
zengyawen 已提交
1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898
  | Array | 返回数组,该数组用来描述线段如何交替和间距长度。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 200px; height: 150px; "></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      var info = ctx.getLineDash();
Z
zengyawen 已提交
1899
    }
Z
zengyawen 已提交
1900 1901
  }
  ```
Z
zengyawen 已提交
1902

Z
zengyawen 已提交
1903
### transferFromImageBitmap<sup>7+</sup>
Z
zengyawen 已提交
1904

Z
zengyawen 已提交
1905
transferFromImageBitmap(bitmap: ImageBitmap): void
Z
zengyawen 已提交
1906 1907 1908

显示给定的ImageBitmap对象。

Z
zengyawen 已提交
1909
- 参数
H
HelloCrease 已提交
1910 1911
  | 参数     | 类型          | 描述                 |
  | ------ | ----------- | ------------------ |
Z
zengyawen 已提交
1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931
  | bitmap | ImageBitmap | 待显示的ImageBitmap对象。 |

- 示例
  ```
  <!-- xxx.hml -->
  <div>
    <canvas ref="canvas" style="width: 500px; height: 500px; background-color: #ffff00;"></canvas>
  </div>
  ```

  ```
  //xxx.js
  export default {
    onShow() {
      const el =this.$refs.canvas;
      const ctx = el.getContext('2d');
      var canvas = this.$refs.canvas.getContext('2d');
      var offscreen = new OffscreenCanvas(500,500);
      var offscreenCanvasCtx = offscreen.getContext("2d");
      offscreenCanvasCtx.fillRect(0, 0, 200, 200); 
W
wangshuainan 已提交
1932

Z
zengyawen 已提交
1933 1934
      var bitmap = offscreen.transferToImageBitmap();
      canvas.transferFromImageBitmap(bitmap);
Z
zengyawen 已提交
1935
    }
Z
zengyawen 已提交
1936 1937
  }
  ```
Z
zengyawen 已提交
1938

Z
zengyawen 已提交
1939
  ![zh-cn_image_0000001168984882](figures/zh-cn_image_0000001168984882.png)