How Can i get point value?
Moderators: SDS, support, admin
-
- Posts: 2
- Joined: 24 Oct 2008, 13:15
How Can i get point value?
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?
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?
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.
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
Chat support on Skype: cadsofttools.support