How to convert bytearray to image or image to bytearray ?

后端 未结 7 1345
感情败类
感情败类 2020-12-06 18:57

How to assign bytearray value to panel background image. If anybody have idea or experiance plz help me to overcome the problem. BRIEF EXP:

I have panel control an

7条回答
  •  独厮守ぢ
    2020-12-06 19:55

    In Flex 3 or higher, you just need to do:

     yourImage.source = yourByteArray;
    

    regards!

提交回复
热议问题