GDI+中,Graphics的DPI与Bitmap的DPI不一致。
设置图片的DPI 跟 Graphics一致就可以了。
bitmap->SetResolution(graphics->GetDpiX(),graphics->GetDpiY())