通知
すべてクリア
Topic starter
2011年4月23日 10:27 PM
GDI+で画像を回転させる方法を教えてください。
環境はWin7home,vs2010 pro,sdkです。
2011年4月25日 10:01 AM
90度系ならImage::RotateFlip()してからDrawImage()
任意角度の回転は、
Graphics::DrawImage( Image *image, const PointF *destPoints, INT count);
ですかね。
Rotating, Reflecting, and Skewing Imagesでヘルプを検索してみてください。
Topic starter
2011年4月26日 9:51 PM
ありがとうございます。とりあえず調べてみます。