Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
zerob
Posted - Jan 16 2019 : 06:40:30 There seems to be no way to programatically deselect (remove sizing handles) of a ImageLayer that got selected automatically after programatically creating it on a ImageEnView.
All deselection functions don't seem to work for this (it keeps the grab handles).
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Jan 16 2019 : 22:15:53 If layer multiple selection is enabled you can use:
ImageEnView1.LayersDeselectAll();
If multi-select is not enabled, then just select layer 0: