|
-
August 14th, 2004, 05:56 AM
#1
problem with comparatible bitmap
I drew things in DC and wanted to create a comparatible bitmap as follows:
BOOL bSucced = bmp.CreateCompatibleBitmap(&dc, width, height);
But when I set the width and height more than 10,000 * 3,000 (I have special use for a so big bitmap) , the function returned false. Is the function has some limit for the dimension of the bitmap?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|