RoundRectangle

繪製圓角矩形。

語法

<RoundRectangle x="float" y="float" width="float" height="float"
                   cornerRadiusX="float" cornerRadiusY="float" />

屬性

RoundRectangle 元素必須包含下列屬性:

xywidthheight
一組指定矩形大小和位置的幾何屬性
cornerRadiusXcornerRadiusY
圓形的半徑。這個值會定義矩形圓角的程度。

內部元素

RoundRectangle 元素必須包含單一 Stroke 元素或單一 Fill 元素。圓角矩形也可視需要包含任意數量的 Transform 元素。