How Can i get point value?

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

Moderators: SDS, support, admin

Post Reply
huabinhong
Posts: 2
Joined: 24 Oct 2008, 13:15

How Can i get point value?

Post by huabinhong » 28 Jan 2011, 18:13

I export a dwg file to jpeg file,I set jpeg file size is width is 2000,height is Round(2000 * vDWG.Height / vDWG.Width),
i want to know how can i get a point(x,y) in dwg file in jpeg file position(x,y) value?

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

Re: How Can i get point value?

Post by support » 01 Feb 2011, 13:19

Hello.
DWG is a vector type format. Files of vector types contain coordinates and other information of objects. JPG is a raster type format. Raster files contain information about pixels only. There aren't any points or other objects in raster files. You can't receive any coordinates information from raster file.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply