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
 SelectAll
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PeterPanino

933 Posts

Posted - Oct 29 2022 :  17:36:27  Show Profile  Reply
Since TImageEnView doesn't have a SelectAll method, I am forced to use this code:

procedure TformMain.mSelectAllClick(Sender: TObject);
begin
  with ImageEnView1 do
  begin
    SelectionBase := iesbBitmap;
    Select(0, 0, IEBitmap.Width, IEBitmap.Height);
    MouseInteractGeneral := [miSelect];
  end;
end;


It selects the whole image. However, the selection handles cannot be used to reduce the selection size with the mouse.

xequte

38610 Posts

Posted - Oct 30 2022 :  18:01:10  Show Profile  Reply
Sorry, that is a bug in the current beta. You can email me for an update.

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