Search found 3 matches

by fralam
27 Jan 2015, 23:24
Forum: CAD .NET
Topic: CADImport. ExportToMetafile() on Windows 8
Replies: 3
Views: 19953

Re: CADImport. ExportToMetafile() on Windows 8

There are a problem when the screen resolution is 2880x1620 (on Windows 8 ). I generate de bad EMF file with your exemple "ViewerDemo.exe".

I think that you have a bug :-)
by fralam
26 Jan 2015, 19:06
Forum: CAD .NET
Topic: CADImport. ExportToMetafile() on Windows 8
Replies: 3
Views: 19953

CADImport. ExportToMetafile() on Windows 8

On Winwdows 8, The method CADImport. ExportToMetafile( aName, aCurRect ) work corectly when Windows is set to 96 dpi or 120 dpi. But at 150 dbi, the scale of drawing is not good. The drawing et too smal. I try to set the DPI before save, this did not settle the problem. How can I correct this problem?
by fralam
02 Dec 2014, 20:32
Forum: CAD .NET
Topic: CADImage.SaveToFile(,EMF,) Exception
Replies: 1
Views: 13510

CADImage.SaveToFile(,EMF,) Exception

Hi I have un exception when a try to write a EMF file. The exception is : "A generic error occurred in GDI+." I have a trial licence. I'm testing the library. Please, Can you help me ? Thank you ... if (cadImage != null) { if (cadImage.CurrentLayout == null) return; DRect rect = Rectangle(cadImage.C...