FillRectangle

FillRectangle(Brush, Rectangle)

填充由 a 指定的矩形的内部Rectangle结构.

public void FillRectangle(Brush brush, Rectangle rect)
范围类型描述
brushBrushBrush这决定了填充的特性。
rectRectangleRectangle表示要填充的矩形的结构。

例外

例外(健康)状况
ArgumentNullExceptionbrush一片空白。

也可以看看


FillRectangle(Brush, RectangleF)

填充由 a 指定的矩形的内部RectangleF结构.

public void FillRectangle(Brush brush, RectangleF rect)
范围类型描述
brushBrushBrush这决定了填充的特性。
rectRectangleFRectangleF表示要填充的矩形的结构。

例外

例外(健康)状况
ArgumentNullExceptionbrush一片空白。

也可以看看


FillRectangle(Brush, float, float, float, float)

填充由一对坐标、宽度和高度指定的矩形的内部。

public void FillRectangle(Brush brush, float x, float y, float width, float height)
范围类型描述
brushBrushBrush这决定了填充的特性。
xSingle要填充的矩形左上角的 x 坐标。
ySingle要填充的矩形左上角的 y 坐标。
widthSingle要填充的矩形的宽度。
heightSingle要填充的矩形的高度。

例外

例外(健康)状况
ArgumentNullExceptionbrush一片空白。

也可以看看


FillRectangle(Brush, int, int, int, int)

填充由一对坐标、宽度和高度指定的矩形的内部。

public void FillRectangle(Brush brush, int x, int y, int width, int height)
范围类型描述
brushBrushBrush这决定了填充的特性。
xInt32要填充的矩形左上角的 x 坐标。
yInt32要填充的矩形左上角的 y 坐标。
widthInt32要填充的矩形的宽度。
heightInt32要填充的矩形的高度。

例外

例外(健康)状况
ArgumentNullExceptionbrush一片空白。

也可以看看