掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
背景に画像を並べたい (ID:8206)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
上のコードで、PaintBox1 を使わずに Form1.OnPaint でもできますね。 procedure TForm1.FormPaint(Sender: TObject); var iw,ih,w,h:integer; begin w := ClientWidth div bmp.Width +1; h := ClientHeight div bmp.Height +1; for ih := 0 to h-1 do for iw := 0 to w-1 do Canvas.Draw(bmp.Width*iw,bmp.Height*ih,bmp); end;
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.