Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
Thicker outlines for shapes
New Topic
Reply to Topic
Author
Topic
leventuncu
Netherlands
3 Posts
Posted - Apr 21 2022 : 00:51:21
Hi,
we realized that shapes have thicker outlines than the older version (v8).
I inspected code little bit and found that functions call order has been changed in procedure TIECanvas.Polygon(Points: array of TPoint);
Was this change deliberate? Do you have any suggestions to fix it without interfering with the code?
Thanks
Levent.
xequte
38610 Posts
Posted - Apr 27 2022 : 22:34:22
Hi
The old code was incorrect. It drew the outline and then filled it, meaning that the file would overwrite the outline.
If you need to achieve the same result call Polygon() twice, first with a empty brush, then with an empty pen.
Nigel
Xequte Software
www.imageen.com
leventuncu
Netherlands
3 Posts
Posted - Jun 02 2022 : 03:33:44
Thank you for the information. We modified our properties to get the same result.
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page