Search found 5 matches

by dkrphil
27 Nov 2008, 12:34
Forum: CAD .NET
Topic: Scrollbars
Replies: 1
Views: 10095

Scrollbars

Anyway to turn these off in the latest version of CADImport.NET? The old version I was using didn't have them and I don't need them.
by dkrphil
26 Jun 2007, 15:11
Forum: CAD .NET
Topic: Zoom questions
Replies: 5
Views: 19105

Yes I thought my question might be hard to understand.

I'll rephrase:

If I know a position on the CADImage (say 350433,213323) how can I get in Pixels the position of that on my canvas?

Thanks for any help.
by dkrphil
22 Jun 2007, 18:19
Forum: CAD .NET
Topic: Zoom questions
Replies: 5
Views: 19105

Hi Sergey, Thanks for that, I was already looking at that method. I don't really think it can help me though. I can use Pos.X and Pos.X before it was zoomed to find out how much the whole image has been offset, but not a given point, as this changes relative to the position of the mouse pointer. Wha...
by dkrphil
19 Jun 2007, 13:38
Forum: CAD .NET
Topic: Zoom questions
Replies: 5
Views: 19105

Zoom questions

This isn't really a problem I've been having with CADImport.NET, really I'm just looking for some advice. I have been overlaying a networking model on a transparent panel over the top of my CADImage. I have then been drawing components on that panel. I have got to the stage in development where I ne...
by dkrphil
30 Apr 2007, 00:54
Forum: CAD .NET
Topic: How to access dimensions?
Replies: 1
Views: 10298

How to access dimensions?

Can you tell me how to get the actual numbers of the dimensions in a CAD image? I've seen how I can turn them on and off with CADImage.DimensionsVisible, but I want the actual values.

Or any other way to reliably get the physical sizes in a drawing?