Graphics.FillRectangle
FillRectangle(Brush, Rectangle)
填充由 a 指定的矩形的内部Rectangle
结构.
public void FillRectangle(Brush brush, Rectangle rect)
例外
例外 | (健康)状况 |
---|
ArgumentNullException | brush一片空白。 |
也可以看看
FillRectangle(Brush, RectangleF)
填充由 a 指定的矩形的内部RectangleF
结构.
public void FillRectangle(Brush brush, RectangleF rect)
例外
例外 | (健康)状况 |
---|
ArgumentNullException | brush一片空白。 |
也可以看看
FillRectangle(Brush, float, float, float, float)
填充由一对坐标、宽度和高度指定的矩形的内部。
public void FillRectangle(Brush brush, float x, float y, float width, float height)
范围 | 类型 | 描述 |
---|
brush | Brush | Brush 这决定了填充的特性。 |
x | Single | 要填充的矩形左上角的 x 坐标。 |
y | Single | 要填充的矩形左上角的 y 坐标。 |
width | Single | 要填充的矩形的宽度。 |
height | Single | 要填充的矩形的高度。 |
例外
例外 | (健康)状况 |
---|
ArgumentNullException | brush一片空白。 |
也可以看看
FillRectangle(Brush, int, int, int, int)
填充由一对坐标、宽度和高度指定的矩形的内部。
public void FillRectangle(Brush brush, int x, int y, int width, int height)
范围 | 类型 | 描述 |
---|
brush | Brush | Brush 这决定了填充的特性。 |
x | Int32 | 要填充的矩形左上角的 x 坐标。 |
y | Int32 | 要填充的矩形左上角的 y 坐标。 |
width | Int32 | 要填充的矩形的宽度。 |
height | Int32 | 要填充的矩形的高度。 |
例外
例外 | (健康)状况 |
---|
ArgumentNullException | brush一片空白。 |
也可以看看