CADImport .NET,meaning of some variables

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
staro664
Posts: 2
Joined: 17 May 2006, 13:19
Location: Germany

CADImport .NET,meaning of some variables

Post by staro664 » 12 Feb 2007, 15:46

Hallo,

could you post me a short explanation of the
variables (PointF) pos, (int) cX,cY and (CADImportFaceModule) clipRect
in Viewer VB Demo.


Thanks in advance

Martin

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 12 Feb 2007, 17:24

Hello!

<ul><li>ClipRect Class - represents the <b>Rectangle</b> tool. The <b>Rectangle</b> tool is a visual tool for selecting an area, its zooming and possible subsequent saving.</li>
<li>pos - drawing's offset respectively to the left-top corner of the screen</li>
<li>cx, cy - current mouse position.</li></ul>
Sergey.


Please post questions to the forum or write to support@cadsofttools.com

Post Reply