var ARect: TRect; begin ARect := Rect(0, 0, 300, 400); map.Canvas.CopyRect(map.Canvas.cliprect, map.canvas, arect); end;