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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Thicker outlines for shapes

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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