Supported Bitmap PixelFormat

G

Guest

While looking through the MSDN documention for System.Drawing.Bitmap
(http://msdn2.microsoft.com/en-us/library/7we6s1x3.aspx), I noticed that the
docs say the Bitmap(Int32, Int32) constructor creates a Bitmap with a
PixelFormat enumeration value of Format32bppArgb.

However, looking at the docs for PixelFormat
(http://msdn2.microsoft.com/en-us/library/system.drawing.imaging.pixelformat.aspx),
they do not say that Format32bppArgb is supported by .NET Compact Framework.

Does anyone know and would care to tell me what the situation actually is?
Does compact framework support Format32bppArgb, or is the default PixelFormat
of the Bitmap(Int32, Int32) constructor something other than Format32bppArgb?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top