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
 Visible Layer as Bitmap

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
flatserv Posted - Jun 05 2012 : 02:39:50
Hi,

i have 2 layers, where layer 2 is greater then layer 1. Currently i set .Cropped := true for Layer 2, so the size is the same as Layer 1. Now i want to show each visible layer in ImageEnMView, but every time i get IEBitmap, i see the complete Layer Image, not the Image i can see (the visible part, wich is smaller). How can i get the visible bitmap from layer instead of the complete image?

Is .Cropped the property i need? I don't want use LayersSync.
1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jun 06 2012 : 10:48:12
Hi,
I'm sorry it is not possible. Cropped property just specify how the image is displayed: it doesn't actually crops the image.
Copying that image will copy the full image.
Of course you can still crop the image manually, using ImageEnView.Proc.Crop method.