T O P I C R E V I E W |
AlexVaso |
Posted - Nov 13 2019 : 03:07:18 If there is at least one layer, rectangular selection does not work. Selection occurs only inside the layer. |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 14 2019 : 15:59:57 Hi
Please ensure that Layer 0 is the current layer:
ImageEnView1.LayersCurrent := 0;
Also, you may want to set Selectable := False; for your other layers so they do not become the current layer.
Nigel Xequte Software www.imageen.com
|
AlexVaso |
Posted - Nov 14 2019 : 05:20:57 I can not select layer[0] (background)? |
xequte |
Posted - Nov 13 2019 : 15:40:43 Yes, that is correct. By design, selections are layer specific.
Nigel Xequte Software www.imageen.com
|