Page 1 of 1
move the selected object and Img.GetExtents
Posted: 14 Apr 2016, 11:20
by master43
resİm yÜkleme
I used your demo Editor program. I moved selected object
Code: Select all
TsgDXFCustomVertex(FSelectedObject).Point := MovePoint(TsgDXFCustomVertex(FSelectedObject).Point);
After
Image fit to size
it's not working.
Re: move the selected object and Img.GetExtents
Posted: 18 Apr 2016, 18:19
by support
Hello,
Thank you for the information.
We could reproduce this issue. It seems that extents of the drawing displayed in TsgDrawingNavigator are not recalculated after moving an object. We are currently working on a solution for the given issue.
Mikhail