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
 How do we insert IEObjectAngle programmatically

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
JeppeR Posted - Mar 15 2013 : 01:05:19
Hi there Fabrizio - it's been a while :o)

I am unable to insert an angle object programmatically. The angle property
has no public setter, and the top and left properties are ignored (as I see
it).

Could you provide a hint?

Best regards
Jeppe
6   L A T E S T    R E P L I E S    (Newest First)
JeppeR Posted - Mar 20 2013 : 12:45:27
Great - thnx :o)
fab Posted - Mar 20 2013 : 10:56:39
I don't know the exact date. It will be available ASAP.
JeppeR Posted - Mar 20 2013 : 04:35:19
Hi Fabrizio :)

Alright ... Sad news, but thank you for answering.
When do you think the next version will come out?

Best regards
Jeppe
fab Posted - Mar 20 2013 : 04:32:17
There isn't a way to setup an angle by code, using IEvolution.
Next version will be able to do it.
JeppeR Posted - Mar 16 2013 : 02:26:49
Hi there and thank you very much for the reply.

I can see that I was not precise enough. I am using the .NET component (IEvolution2), and can not see that it has any corresponding methods.

I am trying to insert an IEObjectAngle from code.

Best regards
Jeppe
w2m Posted - Mar 15 2013 : 10:38:50
Look at the help file:
procedure SetObjAnglePoints(hobj: integer; Points: array of TPoint);

Description
Sets the three points used to define an angle objects (iekAngle).

Parameter Description
hobj Object handle.
Points Array of three points used to define the angle.

Example
ImageEnVect1.ObjKind[IEV_NEXT_INSERTED_OBJECT] := iekAngle;
ImageEnVect1.SetObjAnglePoints(IEV_NEXT_INSERTED_OBJECT, [Point(10, 10), Point(50, 50), Point(10, 100)]);
ImageEnVect1.AddNewObject();

William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html