T O P I C R E V I E W |
leventuncu |
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.
|
2 L A T E S T R E P L I E S (Newest First) |
leventuncu |
Posted - Jun 02 2022 : 03:33:44 Thank you for the information. We modified our properties to get the same result. |
xequte |
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
|