Table of Contents

Method FillRectangleWithColor

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

FillRectangleWithColor(Color, RectD)

Fills the specified rectangle with the given color.

public virtual void FillRectangleWithColor(Color color, RectD rectangle)

Parameters

color Color

The color to fill the rectangle with.

rectangle RectD

The rectangle to be filled, defined by its dimensions and position.