See Also Examples Applies To
Fills an area of the native GdPicture image with a specific color.
Syntax
object.FloodFill (nXStart, nYStart, nARGBColor)
The FloodFill syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nXStart | Required. Long. Specifies the x-coordinate, in pixel, of the point where filling is to start. |
| nYStart | Required. Long. Specifies the y-coordinate, in pixel, of the point where filling is to start. |
| nARGBColor | Required. Single. 32-bit Color (ARGB) to use for the filling operation. |
Returns
Long. GdPictureStatus
Category
Effects and Filters