Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グラフを作成できるように、線や円を追加するために使用することをお勧めしますか?グラフ自体の下で背景画像を操作する可能性があります。
を使用してくださいPictureBox- 後でコードを維持するのが最も簡単です。この場合、 APanelはあまり役に立ちません。直接描画すると、Form機能しますが、後で変更するのが難しくなります。
PictureBox
Panel
Form
Paintのイベントを処理しPictureBox、そこですべての描画を行います。
Paint