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
 select a rectangle

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
Dany Posted - Oct 22 2024 : 09:54:28
Hello;

I have the component defined in this way, but I can't make it to select a rectangle; it always do a square selection.

object ImgDisplay: TImageEnView
Left = 0
Top = 0
Width = 490
Height = 363
Cursor = crDefault
DesignTimeView = dvBlank
BackgroundStyle = iebsGradient
GradientEndColor = 12373967
Align = alClient
TabOrder = 0
ZoomFilter = rfLanczos3
LayerEditingMode = False
LayerOptions = [loAutoPromptForImage, loAutoFixBorders, loShowRotationGrip]
SelectionOptions = [iesoAnimated, iesoSizeable, iesoMoveable, iesoCanScroll, iesoPolygonSizeable]
MouseInteractGeneral = [miSelect]
Background = clWhite
end

What do I have to change to make it to accept to select a rectangle?

Thank you.
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 22 2024 : 18:01:32


Nigel
Xequte Software
www.imageen.com
Dany Posted - Oct 22 2024 : 09:58:03
I found it, the problem is when I set ShiftKeyLock := [iessAlt_MaintainAR], which I use to respect the ratio for image layers.