Page 1 of 1

How Can i get point value?

Posted: 28 Jan 2011, 18:13
by huabinhong
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?

Re: How Can i get point value?

Posted: 01 Feb 2011, 13:19
by support
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.