Search found 4 matches

by ELVITEC-AXOS
22 Apr 2014, 16:43
Forum: CAD .NET
Topic: Transparent background
Replies: 1
Views: 14015

Re: Transparent background

private void pbxImage_Paint(object sender, PaintEventArgs e)
{
if (null != m_CADImageDXF)
{
m_CADImageDXF.IsShowBackground = false;
m_CADImageDXF.Draw(e.Graphics, pbxImage.ClientRectangle);
}
}
by ELVITEC-AXOS
16 Apr 2014, 16:35
Forum: CAD .NET
Topic: Transparent background
Replies: 1
Views: 14015

Transparent background

Hello, i'm working with VIsualStudio 2010 and C#. and CAD Import NET 9.0.0.30903 In a PictureBox, i load a BMP file. After, i would like to draw an ImageCAD in the PictureBox but the ImageCAD erase the previous bitmap !! public partial class Form1 : Form { /// <summary>Image de base</summary> public...
by ELVITEC-AXOS
14 Jun 2010, 16:11
Forum: CAD .NET
Topic: Problem under VS2010
Replies: 3
Views: 16888

Re: Problem under VS2010

Hi !

Alway the same problem, there is no CadImport.CADConverter !!

Image
by ELVITEC-AXOS
21 May 2010, 13:40
Forum: CAD .NET
Topic: Problem under VS2010
Replies: 3
Views: 16888

Problem under VS2010

Hi

I have some problem to load "CADImport.dll" version 6.0.2603.19332 under VisualStudio 2010 (i'm working in C#).
If i download the new "CADImport.dll" on you website, it's ok under VS2010 but there is no CadImport.CADConverter !!

Can you help me ?