|
Graphics::TBitmap *pBitmap=new Graphics::TBitmap;
PBitmap->LoadFromFile("F:\\picture\\China recognized as the most beautiful 18 places\\Yunnan Luoping.jpg");
Canvas->Draw(750,350,pBitmap); I want to display a picture in jpg format, but there are always exceptions when running. Is it necessary to convert the jpg image to bmp format first? any idea? |
|