Supported Bitmap PixelFormat

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Back
Top