Check ImageFormat of a bitmap in Compact Framework.
Posted
by Thyphuong
on Stack Overflow
See other posts from Stack Overflow
or by Thyphuong
Published on 2010-03-27T05:08:29Z
Indexed on
2010/03/27
5:13 UTC
Read the original article
Hit count: 299
c#
|compact-framework
In C#, we can use Image.RawFormat to check the ImageFormat of an Image. But property RawFormat seems not available in compact Framework. So how can I check an ImageFormat of a bitmap in Compact Framework?
© Stack Overflow or respective owner