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 to duplicate Text Layer as...

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
yogiyang Posted - Apr 07 2020 : 09:11:04
Hello,

I want to duplicate Text Layer as Text Layer. Currently I am using this code to duplicate current layer:
ieViewMain.LayersCreateFromSelection

But the duplicate layer is coming up as Image Layer. How to duplicate a Text layer and keep it as Text Layer?

TIA


Yogi Yang
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 09 2020 : 06:44:45
Hi Yogi

You can use the LayersAdd or LayersInsert overload to clone a layer:

// Add a clone of the current layer
ImageEnView1.LayersAdd( ImageEnView1.CurrentLayer );


Nigel
Xequte Software
www.imageen.com