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
 MagicWand Cursor?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PeterPanino

935 Posts

Posted - Oct 31 2022 :  05:59:26  Show Profile  Reply
I need a MagicWand CURSOR in ImageEnView, something like this:



Does ImageEnView have one?

xequte

38693 Posts

Posted - Nov 01 2022 :  16:09:17  Show Profile  Reply
Hi Peter

The list of included cursors are at:

https://www.imageen.com/help/TImageEnView.Cursor.html


In the current beta you can use an image as a cursor as follows:
// Use a PNG as a cursor
cursorBMP := TIEBitmap.Create;
cursorBMP.Read( 'D:\MagicWand.png');
ImageEnView1.SetZoneCursorBitmap( cursorBMP );
FreeAndNil( cursorBMP );
ImageEnView1.DoubleBuffered := True;  // to reduce cursor flicker



// Reset the cursor to the default
ImageEnView1.SetZoneCursorBitmap( nil );


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