Autocad pan window in c#.net

Autocad pan window in c#.net

Anonymous
Not applicable
827 Views
1 Reply
Message 1 of 2

Autocad pan window in c#.net

Anonymous
Not applicable

Hi,

 

In my c#.net windows application, i require two pan windows.For example, left_pan & right_pan.

 

left_pan window is a smaller one,which contains a dwg image file and a rectangle will hover on it.

 

In right_pan window,i want to zoom the dwg area covered by rectangle in left_pan.

 

For more information, please find the attached jpg file, which is my requirement.

 

Please let me know, how can i do this.

 

Thanks,

Vijay

0 Likes
828 Views
1 Reply
Reply (1)
Message 2 of 2

fenton_webb
Autodesk
Autodesk

You need to use the classes defined in Autodesk.AutoCAD.GraphicsSystem namely Device, Model and View. Have you seen the BlockView sample? http://through-the-interface.typepad.com/through_the_interface/2008/06/autocad-net-ver.html




Fenton Webb
AutoCAD Engineering
Autodesk

0 Likes