T O P I C R E V I E W |
yogiyang |
Posted - Mar 11 2015 : 07:31:18 Hello,
I am loading multi-layered Photoshop .PSD file.
When I give the Clear command using: ImageEnViewMain.Clear()
Nothing happens.
Actually I want to clear the contents of the ImageEnView control and make it blank.
How to achieve this?
TIA
Yogi Yang |
4 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Mar 12 2015 : 16:11:11 Hi Yogi
I will improve the documentation.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
yogiyang |
Posted - Mar 12 2015 : 06:06:47 Just to update.
Calling Blank will remove the content of current layer only. Will not remove everything!
What I have done is: 1. Remove all Layers using LayersClear 2. Called Blank
Yogi Yang |
yogiyang |
Posted - Mar 11 2015 : 23:03:16 Spetric,
Thanks for the tip.
How stupid of me. It never occurred to me to check help for the word Blank. The first word that came to mind was Clear.
TIA
Yogi Yang |
spetric |
Posted - Mar 11 2015 : 09:42:25 ImageEnViewMain.Blank() |