cadPictureBox.SizeMode
Moderators: SDS, support, admin
cadPictureBox.SizeMode
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.
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.
-
- Posts: 39
- Joined: 04 Aug 2011, 11:31
- Location: Russia
Re: cadPictureBox.SizeMode
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.
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.