Canvas.Draw(0, 0, bMap); // или так BitBlt(Canvas.Handle, 0, 0, bMap.Width, bMap.Height, bMap.Canvas.Handle, 0, 0, SRCCOPY); // или так