If you have a bitmap file, you can open using Systm.IO.BinaryReader and load
it into a byte array.
--
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com |
www.opennetcf.org [quoted text, click to view] "KC" wrote:
> I have a bitmap file that is loaded as a bitmap object. How to convert a
> bitmap to byte array?
>
> I have seen someone posted this question before but the answerings are not
> straight forwad at all.
>