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
 how to make fix size selection?

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
dracola Posted - Feb 09 2015 : 03:23:20
how to make fix size selection like in photosh*p cropping tools?
like i want to crop picture 3x4cm with resolution 300
so when i resize the selection, the selection proportion keep 3x4

thank's in advance ^_^

2   L A T E S T    R E P L I E S    (Newest First)
dracola Posted - Feb 16 2015 : 21:24:46
Thank's klausdoege
u'r the best ^_^
klausdoege Posted - Feb 09 2015 : 04:17:21
Hi,
try this:

imageenvect.MouseInteract := [miSelect];
imageenvect.ForceALTkey := true;
imageenvect.select(0,0,400,300); // 400x300 can calculate with dpi Resolution

Now you can resize with 3:4


Klaus
www.klausdoege.de