This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.FillRectangle Method

Fills a rectangle.

Overload List

Name Description
Public method FillRectangle(Brush, Rectangle)

Fill a rectangle.

Public method FillRectangle(Brush, RectangleF)

Fill a rectangle.

Public method FillRectangle(Brush, Int32, Int32, Int32, Int32)

Fills a rectangle.

Public method FillRectangle(Brush, Single, Single, Single, Single)

Fills a rectangle.

Remarks

All the coordinates are measured in units specified with Unit property.

See Also

Reference