Search found 19 matches

by creepin
21 Jan 2011, 23:19
Forum: CAD .NET
Topic: create Image
Replies: 19
Views: 81859

Re: create Image

hello,

version is 7.2.6.23364 and runtime version is v2.0.50727

thanks for your help
by creepin
21 Jan 2011, 15:20
Forum: CAD .NET
Topic: create Image
Replies: 19
Views: 81859

Re: create Image

Thank you for your reply. But one thing is still incorrect. When drawing an entity on this image it is not editable or clickable under 1500% of zooming. over 1500% everything works properly, but beneath not. also drawing entites under 1500% does not work. On loaded images everything works fine. You ...
by creepin
20 Jan 2011, 16:24
Forum: CAD .NET
Topic: create Image
Replies: 19
Views: 81859

create Image

Hey! I tried to create a new Image without opening an existing file. I tried it the following way: Me.cadImageFld = New CADImage() Me.cadImageFld.SelectionMode = SelectionEntityMode.Enabled Me.cadImageFld.InitialNewImage() Me.cadImageFld.UseWinEllipse = False It opens a new image, but not correctly ...
by creepin
20 Nov 2010, 00:34
Forum: CAD .NET
Topic: polyline with fixed start point
Replies: 1
Views: 11522

polyline with fixed start point

Hello,

I want to let my users draw a normal polyline, but I want to provide a fixed startpoint. So how can i programmaticly set the startpoint of the polyline not influencing the further drawing by the user.

I hope u get the point.
Thanks in advance

creepin