move the selected object and Img.GetExtents

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
master43
Posts: 1
Joined: 13 Apr 2016, 18:02

move the selected object and Img.GetExtents

Post by master43 » 14 Apr 2016, 11:20

Imageresİ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

Code: Select all

Img.GetExtents
it's not working.

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: move the selected object and Img.GetExtents

Post by support » 18 Apr 2016, 18:19

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply