MobileForms Toolkit Documentation

GraphicsEx.BlendRectangle Method 

Fills the rectangle with the passed color, respecting the color's alpha channel.

public static void BlendRectangle(
Graphics gr,
Rectangle rect,
Color c
);

Parameters

gr
Graphics to use.
rect
Rectangle structure that represents the rectangle to fill.
c
The Color used for the fill.

See Also

GraphicsEx Class | Resco.Drawing Namespace