cadPictureBox.SizeMode

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
lulu
Posts: 25
Joined: 12 Nov 2009, 19:55

cadPictureBox.SizeMode

Post by lulu » 29 Aug 2011, 17:22

Dear all,
I've just changed my version of CADImport.NET and when I compile, my source code in C#, the compiler give me an error that inform me the missing of SizeMode method. Where is this method, in Software CAD Import .NET Professional END USER License v 7.2.7?

Thank you,

lulu.

Mikhail Zhilin
Posts: 39
Joined: 04 Aug 2011, 11:31
Location: Russia

Re: cadPictureBox.SizeMode

Post by Mikhail Zhilin » 29 Aug 2011, 18:31

Dear lulu,

in the previous version of CAD Import .NET the CADPictureBox class was derived from the PictureBox class. In CAD Import .NET 7 the CADPictureBox class is derived from the UserControl class which hasn't the SizeMode property.

Mikhail Zhilin,
Soft Gold Ltd.

Post Reply