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.
|
|
|