ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 overlay layer style
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

aftereffectniko

Ethiopia
23 Posts

Posted - Jun 21 2013 :  03:14:29  Show Profile  Reply
how can i make layer1 overlay?

w2m

USA
1990 Posts

Posted - Jun 21 2013 :  06:12:47  Show Profile  Reply
What do you mean overlay? If you mean sent a layer in front of another then use LayersMove:

procedure LayersMove(CurIndex, NewIndex:integer);

Description

Moves the layer at index, CurIndex, to the position, NewIndex.

NewIndex can be one of the following:
>= 0 The new insertion index
IEN_Send_To_Back The layer will become the new background layer (layer 0)
IEN_Send_Backward The layer will move closer to the background
IEN_Bring_Forward The layer will move closer to the foreground
IEN_Bring_To_Front The layer will become the topmost one (in front of all others)

Example

// Move the current layer forward
ImageEnView1.LayersMove(ImageEnView1.LayersCurrent, IEN_Bring_Forwards);

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: