예제 #1
0
파일: HDc.cs 프로젝트: snarfblam/editroid
 public BOOL FloodFill(int startX, int startY, Windows.Gdi.ColorRef boundsColor, FloodFill fillType)
 {
     return(Gdi.ExtFloodFill(this, startX, startY, boundsColor, fillType));
 }