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
 Navigator Draw Options

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
email_toan Posted - Sep 02 2023 : 14:30:17
How I can specify drawing options when using ImageEnView as a navigator? Right now it dims the image and draw a box around the visible rect of the source. However, when the image is dark, it's hard to distinguish the box. It would be nice to control the border color and alpha for the image. I can't seem to find an option and tried over-riding LayerDraw event but result is not the best. Help!

Current:


Preferred:
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 03 2023 : 22:07:14
Hi

You can use:

  Navigator.SelColor1 := clRed;
  Navigator.Invalidate();


Nigel
Xequte Software
www.imageen.com