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.
私は2Dグラフィックスについて学び始めており、小さな宇宙船が回転するプログラムを作成しました。いくつかのチュートリアルを見つけました。それを移動しようとすると、.locationがビットマップで機能しないことに気付きました...提案?画像を動かしたいだけです...
船を描く前に、座標原点を次のように移動します
g.TranslateTransform(dx,dy);
描画しているオブジェクトgはどこにありますか。Graphics
g
Graphics