I am drawing somes lines on a picture object that go beyond the visible picture window, and saving to a bitmap file. Although the bitmap is 5000 pixels wide and 5000 pixels high, the only lines I can see in the saved file are those that were visible in the picture window on the screen. Is there some kind of clipping of the lines outside the object? Is there a way to prevent clipping (BTW, Picture1.ClipControls doesn't help).

-lp