Display SVG in TImage
Moderators: SDS, support, admin
-
- Posts: 2
- Joined: 04 Feb 2016, 17:06
Display SVG in TImage
Hi,
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:
but the SVG is not aligned alClient (it just covers a small rectangle into the TImage).
Can you help me?
Thanks
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
Re: Display SVG in TImage
Hello,
You are doing it the right way. When TImage.Stretched is set to True, the displayed SVG image should be aligned to a client TImage.
Could you specify CAD VCL version you are using? We could test this issue.
Mikhail
You are doing it the right way. When TImage.Stretched is set to True, the displayed SVG image should be aligned to a client TImage.
Could you specify CAD VCL version you are using? We could test this issue.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 2
- Joined: 04 Feb 2016, 17:06
Re: Display SVG in TImage
It should be a trial version 10. The SVG image is still shown into a small rectangle, even if the TImage has Stretch=True.
I tried with several different SVG file, but the result is still the same.
Any idea?
I tried with several different SVG file, but the result is still the same.
Any idea?
Re: Display SVG in TImage
Hello,
SVG images are shown stretched when using CADVCL 10.1 Demo package and TImage.Stretch = True. I suggest to send one of your SVG files to the Technical Support e-mail for testing this problem.
Mikhail
SVG images are shown stretched when using CADVCL 10.1 Demo package and TImage.Stretch = True. I suggest to send one of your SVG files to the Technical Support e-mail for testing this problem.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support