Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 102 of file drawing.c.
Referenced by ConioMoveRegion(), CSR_API(), DIB_24BPP_HLine(), RtlFillMemoryUlong(), startPaintingL(), and startPaintingR().
{ HBRUSH oldBrush = SelectObject(hdc, CreateSolidBrush(color)); ExtFloodFill(hdc, x, y, GetPixel(hdc, x, y), FLOODFILLSURFACE); DeleteObject(SelectObject(hdc, oldBrush)); }