Search found 2 matches

by vitoluigi
30 Oct 2018, 17:54
Forum: CAD .NET
Topic: CAD Viewer problem
Replies: 3
Views: 13552

Re: CAD Viewer problem

Sure, for now place these functions that are the main ones public void LoadFile(string fileName) { _fileName = fileName; if (fileName != null) { if (cadImage != null) { cadImage.Dispose(); cadImage = null; //this.lForm.LayerList.Clear(); } ImageScale = 1.0f; this.cadImage = CADImage.CreateImageByExt...
by vitoluigi
30 Oct 2018, 16:57
Forum: CAD .NET
Topic: CAD Viewer problem
Replies: 3
Views: 13552

CAD Viewer problem

Hi, it's the first time I write here. I implemented a CAD Viewer following the demo. All types of images are opened and the zoom is applied. But there are two problems: when I open an image dwg or dxf there are no colors and I can not interpret the letters that are replaced with strange symbols. Wha...