procedure StretchDraw(const Rect: TRect; Graphic: TGraphic);
procedure TForm1.FormPaint(Sender: TObject); begin Canvas.StretchDraw(ClientRect, Image1.Picture.Graphic); end;