Search found 1 match

by master43
14 Apr 2016, 11:20
Forum: CAD VCL
Topic: move the selected object and Img.GetExtents
Replies: 1
Views: 22473

move the selected object and Img.GetExtents

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.