'Declaration
Public Overloads Function FloodFill( _ ByVal ImageID As Integer, _ ByVal XStart As Integer, _ ByVal YStart As Integer, _ ByVal FillColor As Integer _ ) As GdPictureStatus
public GdPictureStatus FloodFill( int ImageID, int XStart, int YStart, int FillColor )
public function FloodFill( ImageID: Integer; XStart: Integer; YStart: Integer; FillColor: Integer ): GdPictureStatus;
public function FloodFill( ImageID : int, XStart : int, YStart : int, FillColor : int ) : GdPictureStatus;
public: GdPictureStatus FloodFill( int ImageID, int XStart, int YStart, int FillColor )
public: GdPictureStatus FloodFill( int ImageID, int XStart, int YStart, int 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
- The filling color. A suitable color value can be obtained by using the ARGBI() method.
Return Value
A member of the GdPictureStatus enumeration.