ICanvas.FillRoundedRectangle(Single, Single, Single, Single, Single) 方法

定义

在画布上绘制一个带有圆角的填充矩形。

public:
 void FillRoundedRectangle(float x, float y, float width, float height, float cornerRadius);
public void FillRoundedRectangle (float x, float y, float width, float height, float cornerRadius);
abstract member FillRoundedRectangle : single * single * single * single * single -> unit
Public Sub FillRoundedRectangle (x As Single, y As Single, width As Single, height As Single, cornerRadius As Single)

参数

x
Single

起始 x 坐标。

y
Single

起始 y 坐标。

width
Single

矩形的宽度。

height
Single

矩形的高度。

cornerRadius
Single

用于圆角矩形的半径。

适用于