绘制椭圆形。
语法
<Ellipse x="float" y="float" height="float" width="float" />
属性
Ellipse
元素必须包含以下属性
x
、y
、width
、height
- 一组指定元素大小和位置的几何属性。
内部元素
Ellipse
元素必须包含单个Stroke
元素或单个Fill
元素。椭圆还可以选择性地包含任意数量的Transform
元素。
绘制椭圆形。
<Ellipse x="float" y="float" height="float" width="float" />
Ellipse
元素必须包含以下属性
x
、y
、width
、height
Ellipse
元素必须包含单个Stroke
元素或单个Fill
元素。椭圆还可以选择性地包含任意数量的Transform
元素。
此页面上的内容和代码示例受内容许可证中描述的许可证约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2024-06-17 UTC。