IBitmap.FillRectangle

IBitmap.FillRectangle method

Fills the specified rectangle with the specified brush.

public void FillRectangle(Rectangle rectangle, IBrush brush)
ParameterTypeDescription
rectangleRectangleThe rectangle to fill.
brushIBrushThe brush IBrush to use for filling.

See Also