Creating IMAGE from MemoryStream ? How to ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MichalSody

    #1

    Creating IMAGE from MemoryStream ? How to ?

    Hi, could somebody show me how to create IMAGE from MemoryStream please
    thx for help
  • Peter Duniho

    #2
    Re: Creating IMAGE from MemoryStream ? How to ?

    On Sat, 21 Jul 2007 15:01:51 -0700, MichalSody <m.sodomka@sezn am.czwrote:
    Hi, could somebody show me how to create IMAGE from MemoryStream please
    Image image = new Image.FromStrea m(stream);

    Comment

    Working...