I am trying to set background image for panel/imageview with SetBackgroundImage method.
It was failed when using image file (jpg file) with size about 2.5MB.
Is there any size limitation? If there is a limit, what is the max size limit to works correctly?
The only limit is the process available memory. Remember that the file size doesn't really matter. What matters if the actual image size as images are stored uncompressed in memories. The bottom line is that you should LoadBitmapSample.