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
 Rotate ellipse

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
gbimage Posted - Jan 25 2016 : 16:01:07
Hi,

I need to add iekELLIPSE objects with various rotation angles (not only 90, 180, 270 degrees).

Is it possible?
If no, can somebody tell me an alternative method?

Thanks in advance,
Giovanni
3   L A T E S T    R E P L I E S    (Newest First)
gbimage Posted - Jan 25 2016 : 22:56:10
Thanks all. I considered the polyline but wanted to avoid it due to the lot of segments needed to reproduce the curved path of large ellipses. Anyway it seems the only way at the time being.

Nigel, you should consider to add the ellipses rotation to the incoming releases...

Best Regards,
Giovanni
xequte Posted - Jan 25 2016 : 18:51:25
Hi

That is correct. At this time Ellipse objects can only be rotated in 90 deg. increments.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
spetric Posted - Jan 25 2016 : 16:54:43
Hi,

I don't think it's possible with iekELLIPSE (at least in my version of ImageEn).
However, you can construct ellipse using iekPolyline (usually using midpoint algorithm) and then you can rotate polyline.

I have done similar thing with rectangle.