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
 Add label to iekLINE

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
c.basso Posted - Jan 27 2017 : 13:03:28
Is there a way to add a label text to a iekLINE object?
I need something like the iekRULER object, but with a custom text.

I've tried to add a iekTEXT object and group it with the line,
but if the line is diagonal, it's impossible by code to put the text exactly under the line.

Any suggestion?

Thanks

Claudio
8   L A T E S T    R E P L I E S    (Newest First)
c.basso Posted - Jun 23 2017 : 01:13:38
Ok, thanks.

Claudio
xequte Posted - Jun 22 2017 : 19:19:12
Hi Claudio

It is on the to-do list for a coming update.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
w2m Posted - Jun 21 2017 : 11:48:54
This is not supported by the current version.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
c.basso Posted - Jun 21 2017 : 11:46:52
I can't find the way to put a label on the center of the line like iekRULER object,
LabelPosition allow me to put only on start or end of the line.

Claudio
w2m Posted - Jun 06 2017 : 12:50:41
TIELineLayer(ImageEnView.CurrentLayer).LabelPosition := TIELineLabelPos(LabelPosition1.ItemIndex);
TIELineLayer(ImageEnView.CurrentLayer).LabelText := LabelText1.Text;
TIELineLayer(ImageEnView.CurrentLayer).LabelFont.Name := LabelFontNameComboBox1.EditValue;
TIELineLayer(ImageEnView.CurrentLayer).LabelFont.Color := LabelTextColor1.Selected;
TIELineLayer(ImageEnView.CurrentLayer).LabelFont.Size := LabelFontSize1.EditValue;

Look up other TIELineLayer properties in the online help file.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
c.basso Posted - Jun 06 2017 : 11:12:53
In new version 7, how can add the text label on a line layer?

Claudio
c.basso Posted - Feb 01 2017 : 05:38:56
Ok, thank you.

Claudio
xequte Posted - Feb 01 2017 : 01:54:26
Hi Claudio

In 7.0.0 , which will be ready in the next month or so, line layers include an optional text label.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com