ICanvas.FillRectangle(Single, Single, Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将填充的矩形绘制到画布上。
public:
void FillRectangle(float x, float y, float width, float height);
public void FillRectangle (float x, float y, float width, float height);
abstract member FillRectangle : single * single * single * single -> unit
Public Sub FillRectangle (x As Single, y As Single, width As Single, height As Single)
参数
- x
- Single
起始 x
坐标。
- y
- Single
起始 y
坐标。
- width
- Single
矩形的宽度。
- height
- Single
矩形的高度。