ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
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 Previous Topic Topic Next Topic  

leventuncu

Netherlands
3 Posts

Posted - Apr 21 2022 :  00:51:21  Show Profile  Reply
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

38471 Posts

Posted - Apr 27 2022 :  22:34:22  Show Profile  Reply
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
Go to Top of Page

leventuncu

Netherlands
3 Posts

Posted - Jun 02 2022 :  03:33:44  Show Profile  Reply
Thank you for the information. We modified our properties to get the same result.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: