'Declaration
Public Overloads Function FloodFill( _ ByVal ImageID As Integer, _ ByVal XStart As Integer, _ ByVal YStart As Integer, _ ByVal FillColor As GdPictureColor _ ) As GdPictureStatus
public GdPictureStatus FloodFill( int ImageID, int XStart, int YStart, GdPictureColor FillColor )
public function FloodFill( ImageID: Integer; XStart: Integer; YStart: Integer; FillColor: GdPictureColor ): GdPictureStatus;
public function FloodFill( ImageID : int, XStart : int, YStart : int, FillColor : GdPictureColor ) : GdPictureStatus;
public: GdPictureStatus FloodFill( int ImageID, int XStart, int YStart, GdPictureColor FillColor )
public: GdPictureStatus FloodFill( int ImageID, int XStart, int YStart, GdPictureColor FillColor )
Parameters
- ImageID
- GdPicture image identifier.
- XStart
- Specifies the x-coordinate, in pixel, of the point where filling is to start.
- YStart
- Specifies the y-coordinate, in pixel, of the point where filling is to start.
- FillColor
- Color to use for the filling operation. A suitable color value can be obtained by using the ARGB() method.
Return Value
A member of the GdPictureStatus enumeration.