Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
how to make fix size selection?
New Topic
Reply to Topic
Author
Topic
dracola
Argentina
37 Posts
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 ^_^
klausdoege
Germany
389 Posts
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
dracola
Argentina
37 Posts
Posted - Feb 16 2015 : 21:24:46
Thank's klausdoege
u'r the best ^_^
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page