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 |