Ext.js 圓

2022-05-20 15:24 更新

描述

這用于創(chuàng)建圓形。

語法

這里是添加圓形的簡單語法。
xtype: 'draw',
type: 'circle'

下面是一個(gè)簡單的例子顯示用法。
<!DOCTYPE html>
<html>
<head>
   <link href="./ext-6.0.0/build/classic/theme-classic/resources/theme-classic-all.css" rel="stylesheet" />
<script type="text/javascript" src="./ext-6.0.0/build/ext-all.js"></script> <script type="text/javascript" src="./ext-6.0.0/build/packages/charts/classic/charts.js"></script>
<script type="text/javascript"> Ext.onReady(function() { Ext.create({ xtype: 'draw', sprites: [{ type: 'circle', fillStyle: 'red', r: 100, cx: 100, cy: 100 }], height:205, width:205, renderTo:Ext.getBody() }); }); </script> </head> <body> </body> </html>

這將產(chǎn)生以下結(jié)果

Ext.js 圓繪圖


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)