ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > FloodFill Method |
Fills an area with a color, starting at the specified point. There are two ways to specify the area:
Sub FloodFill(XPos As Long, YPos As Long, FillColor As IGPixel,
BorderColor As IGPixel)
Name | Description |
---|---|
XPos | X coordinate of a point inside the area to be filled. |
YPos | Y coordinate of a point inside the area to be filled. |
FillColor | Fill color as IGPixel Object. |
BorderColor | Color of the border surrounding the area as IGPixel Object, or NULL (vbNothing) to fill the area defined by the color of the start point. |
N/A
All
Image Processing and Effects