I'm pretty new in Delphi and CAD VCL.
I'm trying to simply display an SVG file into a Delphi 2009 TImage. The TImage has Stretched property set to True and it is aligned all client (into a TPanel) and I wish to have the SVG stretched into the all client TImage.
I used the following code:
Code: Select all
VectorImg.Picture.LoadFromFile(s);
Can you help me?
Thanks