DrawableImage::FillRect

DrawableImage::FillRect
void FillRect(const Rect<SInt32>& rect, Color color);
Description

FillRect fills a rectangular area of pixels with a specified color.

Parameters
Parameters 
Description 
const Rect<SInt32>& rect 
The rectangular area to fill. 
Color color 
The ARGB color value that fills the area.