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
 CropTool not functioning if layersCount>1
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

kturkay

44 Posts

Posted - Apr 18 2021 :  17:18:30  Show Profile  Reply
Hi Sir,

Just Reporting: croptool not functioning if layers count is bigger than 1.
CropTool.dpr RotateAndCrop.dpr demos load only 1 layers and crop tool works as expected. but not functionig for multiple layers.

I wanttto croptool.enact to all layers under crop grip.
I tried a code as below but no difference. just not functioning.


for i := 0 to iev.LayersCount - 1 do
    iev.Layers[i].Cropped := True;

iev.LayersCropped := True;
iev.Update;


(I temporary resolved to merge all layers into one to make croptool work.)

xequte

38176 Posts

Posted - Apr 19 2021 :  00:50:02  Show Profile  Reply
Hi

Multi-layer cropping is not yet supported, but we will look into it after the release of 10.0.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: