wrote:
> There are no exact values. This is all dependent on the amount of memoryand
> paged memory you have available.
>
> --
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Ramuseco Limited .NET consulting
http://www.ramuseco.com >
> Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm >
> Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm >
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
> "pamela fluente" <pamelaflue...@libero.it> wrote in message
>
> news:1189039392.645369.237580@k79g2000hse.googlegroups.com...
>
>
>
>
>
> > Hello
>
> > does anybody know what are the exact maximum values
> > accepted for the Width / Height of a bitmap in a command such as:
>
> > New Bitmap(Width, Height),
> > System.Drawing.Imaging.PixelFormat.Format32bppPArgb)
>
> > I have seen some exception for large parameters. What are the max
> > accepted values without exception ?
>
> > -P- Nascondi testo tra virgolette -
>
> - Mostra testo tra virgolette -
Thanks Bob, ... so I will use a try catch...