klausdoege |
Posted - Jul 28 2018 : 06:45:37 Hi, i used your example "CopySel". (Imageen v.8.0.1) Ich have add a new Row see // new. Now i create a circle and this works perfekt, not a ellipse. See pic.1 Then i will change the size from circle with move on the grips. But now i have a ellipse, why ??? see pic.2 could you help me.
// Select ellipse procedure TForm1.Button4Click(Sender: TObject); begin ImageEnView1.LayersCurrent := 0; ImageEnView1.MouseInteract := [miSelectCircle]; // new ImageEnView1.SelectionAspectRatio := 1; end;


Klaus www.klausdoege.de |