Device.FillRect

Device.FillRect method

填充一个矩形。

public virtual void FillRect(double x, double y, double width, double height)
范围类型描述
xDouble矩形左上角的 X 坐标。
yDouble矩形左上角的 Y 坐标。
widthDouble矩形的宽度。
heightDouble矩形的高度。

也可以看看