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
 How to clearn ImageEnView?

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
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()