DrawableImage::FloodFill

DrawableImage::FloodFill
void FloodFill(const Point<SInt32>& pt, Color color);
Description

FloodFill performs a flood fill operation on an image starting at an (x, y) coordinate and filling with a certain color.

Parameters
Parameters 
Description 
const Point<SInt32>& pt 
The x , y coordinate of the image. 
Color color 
The ARGB color to use as a fill.