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
 bordercolor

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
pierrotsc Posted - Oct 24 2019 : 11:40:16
How can i change the bordercolor of a shape layer if i have multiple layers selected ?

Right now, if i multiple select layers and i apply the bordercolor, only one gets changed.
Thanks
Pierre

PS: I am using the layersalltype demo.
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 24 2019 : 18:40:03
Yes, that is the value to pass.


Nigel
Xequte Software
www.imageen.com
pierrotsc Posted - Oct 24 2019 : 16:57:08
just found LYR_SELECTED_LAYERS. would that work ?
pierrotsc Posted - Oct 24 2019 : 16:54:38
Thank you i was not aware of that. but instead of using all the layers, is there a variable i could use that only says "selected layers" ?
xequte Posted - Oct 24 2019 : 15:27:37
Hi

You can use LayersSetProperties( LYR_SELECTED_LAYERS, ... );

https://www.imageen.com/help/TImageEnView.LayersSetProperties.html

Nigel
Xequte Software
www.imageen.com