Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWImage
#1
Delphi has a TImage component. I use it like this:
...
    mPng.LoadFromStream(mStream2);
    Image1.Canvas.Draw(0,0,mPng);
...

IntraWeb has a TIWimage component, but it does not have a Canvas property. How to use it?
Reply


Messages In This Thread
TIWImage - by Сергей Александрович - 05-26-2022, 07:23 PM
RE: TIWImage - by Alexandre Machado - 05-27-2022, 01:55 AM
RE: TIWImage - by Alexandre Machado - 05-27-2022, 09:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)