<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Point vs. Point in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292306#M74193</link>
    <description>Since System.Drawing.Point is a 2-d point, assume you only are interested in &lt;BR /&gt;
the Point3d's X and Y:&lt;BR /&gt;
&lt;BR /&gt;
System.Drawing.Point p=new System.Drawing.Point((int)my3dPoint.X, &lt;BR /&gt;
(int)my3dPoint.Y);&lt;BR /&gt;
&lt;BR /&gt;
Or if you do not want to lose decimal precision, you can use PointF:&lt;BR /&gt;
&lt;BR /&gt;
System.Drawing.PointF p=new System.Drawing.PointF((float)my3dPoint.X, &lt;BR /&gt;
(float)my3dPoint.Y);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"gilseorin" wrote in message news:5972783@discussion.autodesk.com...&lt;BR /&gt;
Hi, Guys!&lt;BR /&gt;
Is there any way to convert Point3d of the Geometry Class into &lt;BR /&gt;
System.Drawing.Point?&lt;BR /&gt;
As it were, I have to get point of the System.Drawing Class.&lt;BR /&gt;
I'll be appreciated for your reply.</description>
    <pubDate>Thu, 03 Jul 2008 13:59:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-07-03T13:59:34Z</dc:date>
    <item>
      <title>Point vs. Point</title>
      <link>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292305#M74192</link>
      <description>Hi, Guys!&lt;BR /&gt;
Is there any way to convert Point3d of the Geometry Class into System.Drawing.Point?&lt;BR /&gt;
As it were, I have to get point of the System.Drawing Class.&lt;BR /&gt;
I'll be appreciated for your reply.</description>
      <pubDate>Thu, 03 Jul 2008 13:33:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292305#M74192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-03T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Point vs. Point</title>
      <link>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292306#M74193</link>
      <description>Since System.Drawing.Point is a 2-d point, assume you only are interested in &lt;BR /&gt;
the Point3d's X and Y:&lt;BR /&gt;
&lt;BR /&gt;
System.Drawing.Point p=new System.Drawing.Point((int)my3dPoint.X, &lt;BR /&gt;
(int)my3dPoint.Y);&lt;BR /&gt;
&lt;BR /&gt;
Or if you do not want to lose decimal precision, you can use PointF:&lt;BR /&gt;
&lt;BR /&gt;
System.Drawing.PointF p=new System.Drawing.PointF((float)my3dPoint.X, &lt;BR /&gt;
(float)my3dPoint.Y);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"gilseorin" wrote in message news:5972783@discussion.autodesk.com...&lt;BR /&gt;
Hi, Guys!&lt;BR /&gt;
Is there any way to convert Point3d of the Geometry Class into &lt;BR /&gt;
System.Drawing.Point?&lt;BR /&gt;
As it were, I have to get point of the System.Drawing Class.&lt;BR /&gt;
I'll be appreciated for your reply.</description>
      <pubDate>Thu, 03 Jul 2008 13:59:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292306#M74193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-03T13:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Point vs. Point</title>
      <link>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292307#M74194</link>
      <description>Thank you for your reply Norman.&lt;BR /&gt;
But I do not want the Coordination of AutoCAD but  the one of Widows.&lt;BR /&gt;
I am sorry for my short description.</description>
      <pubDate>Thu, 03 Jul 2008 14:10:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292307#M74194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-03T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Point vs. Point</title>
      <link>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292308#M74195</link>
      <description>Norman answered your short description correctly.&lt;BR /&gt;
&lt;BR /&gt;
Try describing your problem in detail.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Introducing AcadXTabs 2010:&lt;BR /&gt;
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm&lt;BR /&gt;
&lt;BR /&gt;
&lt;GILSEORIN&gt; wrote in message news:5972810@discussion.autodesk.com...&lt;BR /&gt;
Thank you for your reply Norman.&lt;BR /&gt;
But I do not want the Coordination of AutoCAD but  the one of Widows.&lt;BR /&gt;
I am sorry for my short description.&lt;/GILSEORIN&gt;</description>
      <pubDate>Thu, 03 Jul 2008 18:24:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/point-vs-point/m-p/2292308#M74195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-03T18:24:49Z</dc:date>
    </item>
  </channel>
</rss>

