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. |
|
|