Exemple #1
0
 public BOOL FloodFill(int startX, int startY, Windows.Gdi.ColorRef boundsColor, FloodFill fillType)
 {
     return(Gdi.ExtFloodFill(this, startX, startY, boundsColor, fillType));
 }