CADImport .NET,meaning of some variables
Moderators: SDS, support, admin
CADImport .NET,meaning of some variables
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
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
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
<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